Skip to content

Commit f536060

Browse files
committed
chore: update readme, copyright, RFC link
1 parent 234e343 commit f536060

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# JSON Pointer for nodejs
1+
# JSON Pointer for Node.js
22

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/janl/node-jsonpointer.svg)](https://greenkeeper.io/)
4-
5-
This is an implementation of [JSON Pointer](http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08).
3+
This is an implementation of [JSON Pointer](https://tools.ietf.org/html/rfc6901).
64

75
## CLI
86

@@ -38,7 +36,7 @@ pointer.set(obj, 1) // sets obj.foo = 1
3836

3937
## Author
4038

41-
(c) 2011-2015 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
39+
(c) 2011-2020 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
4240

4341
## License
4442

0 commit comments

Comments
 (0)