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