From d1da6fbab08e2750d8569442e08fdc3cdf1056ba Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sat, 7 May 2022 12:52:06 -0400 Subject: [PATCH] update installing info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0176efc..7660558 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is mostly a port from the `underscore.js` library based on generics brought b Install the library using ```shell -go get github.com/rjNemo/underscore +go get github.com/rjNemo/underscore@0.4.0 ``` Please check out the [examples](examples) to see how to use the library. @@ -132,4 +132,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md ## Acknowledgments This project is largely inspired by [Underscore.js](https://underscorejs.org/#) library. Check out the original project -if you don't already know it. \ No newline at end of file +if you don't already know it.