Skip to content

Commit 3ceb3c8

Browse files
committed
readme
1 parent 13b756e commit 3ceb3c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Package jsonpointer provides the ability to resolve, assign, and delete values
44
of any type, including raw JSON, by [JSON
55
Pointers](https://datatracker.ietf.org/doc/html/rfc6901).
66

7+
## Motivation
8+
9+
jsonpointer was built to support
10+
[github.com/chanced/openapi](https://github.com/chanced/openapi) but it may be
11+
useful for others so it has been released as an independent package.
12+
713
## Install
814

915
```bash
@@ -143,12 +149,6 @@ Finally, all errors have associated Err instances that are wrapped, such as `Err
143149

144150
See [errors.go for further details on errors](https://github.com/chanced/jsonpointer/blob/main/errors.go).
145151

146-
## Motivation
147-
148-
jsonpointer was built to support
149-
[github.com/chanced/openapi](https://github.com/chanced/openapi) but it may be
150-
useful for others so it has been released as an independent package.
151-
152152
## Contributions & Issues
153153

154154
Contributions are always welcome. If you run into an issue, please open a issue

0 commit comments

Comments
 (0)