This commit is contained in:
CaledoniaProject 2024-04-22 19:13:20 -07:00 committed by GitHub
commit 65f895a493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Getting Started
To start using GJSON, install Go and run `go get`:
```sh
$ go get -u github.com/tidwall/gjson
go get -u github.com/tidwall/gjson
```
This will retrieve the library.