From 26146ea2651dec65b905b9427c389e48dffb5957 Mon Sep 17 00:00:00 2001 From: CaledoniaProject Date: Mon, 26 Feb 2024 19:22:33 +0800 Subject: [PATCH] Update README.md Replace the $ sign to make copy-paste easier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96b2e4d..3361230 100644 --- a/README.md +++ b/README.md @@ -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.