Skip to content

Commit

Permalink
Update instructions to use v5 dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx authored May 18, 2020
1 parent 78cf029 commit 17efcbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ie

**Latest and greatest**:
```bash
go get -u github.com/evanphx/json-patch
go get -u github.com/evanphx/json-patch/v5
```

**Stable Versions**:
* Version 5: `go get -u gopkg.in/evanphx/json-patch.v5`
* Version 4: `go get -u gopkg.in/evanphx/json-patch.v4`

(previous versions below `v3` are unavailable)
Expand Down

0 comments on commit 17efcbe

Please sign in to comment.