We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234e343 commit f536060Copy full SHA for f536060
README.md
@@ -1,8 +1,6 @@
1
-# JSON Pointer for nodejs
+# JSON Pointer for Node.js
2
3
-[](https://greenkeeper.io/)
4
-
5
-This is an implementation of [JSON Pointer](http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08).
+This is an implementation of [JSON Pointer](https://tools.ietf.org/html/rfc6901).
6
7
## CLI
8
@@ -38,7 +36,7 @@ pointer.set(obj, 1) // sets obj.foo = 1
38
36
39
37
## Author
40
41
-(c) 2011-2015 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
+(c) 2011-2020 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
42
43
## License
44
0 commit comments