From 4e516fca6020daab9bef19480bdca39c7fb9ccaa Mon Sep 17 00:00:00 2001 From: Peter Vernigorov Date: Thu, 26 Jan 2023 11:21:10 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4bdce..b01d9e8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ fj can un-flatten too, which is useful to get a subset of JSON: Alternatively, if you have Go compiler: ``` -❯ go get -u github.com/pitr/fj +❯ go install github.com/pitr/fj@latest # OR +❯ go get -u github.com/pitr/fj # legacy way ``` ## Usage