From 574e2331a9eb4fe329af70425e2743e30ee6113e Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Fri, 18 Oct 2024 06:13:53 +0200 Subject: [PATCH] Added a warning to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee1aa30..64879f1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ func main() { ``` It is also possible to use this library in a way similar to what other -libraries would provide. +libraries would provide. This, of course, making it easier to make mistakes. ``` package main