mirror of
https://github.com/rjNemo/underscore
synced 2026-06-11 13:06:48 +00:00
update installing info
This commit is contained in:
parent
e5b3ad8ef1
commit
d1da6fbab0
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ It is mostly a port from the `underscore.js` library based on generics brought b
|
||||||
Install the library using
|
Install the library using
|
||||||
|
|
||||||
```shell
|
```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.
|
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
|
## Acknowledgments
|
||||||
|
|
||||||
This project is largely inspired by [Underscore.js](https://underscorejs.org/#) library. Check out the original project
|
This project is largely inspired by [Underscore.js](https://underscorejs.org/#) library. Check out the original project
|
||||||
if you don't already know it.
|
if you don't already know it.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue