summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-07-05 09:55:21 +0200
committerGitHub <noreply@github.com>2016-07-05 09:55:21 +0200
commit8782ae813513fbb5186f225bcf37785ffd26c22d (patch)
tree4408676de53d28567430f8310a252e02ff9affb1
parentf679ebd0c69a94e3e70a897ac9a229f5779c2ee1 (diff)
parentb25de1fd3977557bdaca4b048058632c31bb3db3 (diff)
downloadjson-8782ae813513fbb5186f225bcf37785ffd26c22d.tar.gz
Merge pull request #290 from chottoda/fix-typo-rfc7159
(README.md) Now complies to newest JSON RFC 7159.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5691f3e..d5ff32d 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
## Description
-This is a implementation of the JSON specification according to RFC 4627
-http://www.ietf.org/rfc/rfc4627.txt . Starting from version 1.0.0 on there
+This is a implementation of the JSON specification according to RFC 7159
+http://www.ietf.org/rfc/rfc7159.txt . Starting from version 1.0.0 on there
will be two variants available:
* A pure ruby variant, that relies on the iconv and the stringscan