Compare commits

...

2 Commits

Author SHA1 Message Date
CaledoniaProject 65f895a493
Merge 26146ea265 into 2ba56cc086 2024-04-22 19:13:20 -07:00
CaledoniaProject 26146ea265
Update README.md
Replace the $ sign to make copy-paste easier
2024-02-26 19:22:33 +08:00
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`: 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.