mirror of https://github.com/tidwall/gjson.git
Merge 26146ea265
into c2bc5a409a
This commit is contained in:
commit
b5175b75d5
|
@ -30,7 +30,7 @@ Getting Started
|
||||||
To start using GJSON, install Go and run `go get`:
|
To start using GJSON, install Go and run `go get`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get -u github.com/tidwall/gjson
|
go get -u github.com/tidwall/gjson
|
||||||
```
|
```
|
||||||
|
|
||||||
This will retrieve the library.
|
This will retrieve the library.
|
||||||
|
|
Loading…
Reference in New Issue