diff options
author | Stefan Kögl <stefan@skoegl.net> | 2013-04-03 15:52:41 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2013-04-03 15:52:41 +0200 |
commit | 0b6907a6d99249ec780651a99156c9b75b1ae13f (patch) | |
tree | e05103318369d2a5e23176af5e1664412d77d375 /README.md | |
parent | f3e067281fbee0829b7bb2656bbef91dffc9146a (diff) | |
download | python-json-patch-0b6907a6d99249ec780651a99156c9b75b1ae13f.tar.gz |
mention RFC 6902
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Applying JSON Patches in Python ------------------------------- Library to apply JSON Patches according to -http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-08 +[RFC 6902](http://tools.ietf.org/html/rfc6902) See Sourcecode for Examples |