Skip to content

Commit 17efcbe

Browse files
authored
Update instructions to use v5 dir.
1 parent 78cf029 commit 17efcbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ie
1111

1212
**Latest and greatest**:
1313
```bash
14-
go get -u github.com/evanphx/json-patch
14+
go get -u github.com/evanphx/json-patch/v5
1515
```
1616

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

2021
(previous versions below `v3` are unavailable)

0 commit comments

Comments
 (0)