From f086ef0966713928c27aa7dcf023c948de58a104 Mon Sep 17 00:00:00 2001 From: Pavel Pravosud Date: Mon, 8 Jan 2018 14:02:27 -0800 Subject: [PATCH] Fix README typo [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 936b1efa..2e507a33 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ MultiJSON falls back to [OkJson][], a simple, vendorable JSON parser. * [Yajl][yajl] Yet Another JSON Library by Brian Lopez * [JSON][json-gem] The default JSON gem with C-extensions (ships with Ruby 1.9+) * [JSON Pure][json-gem] A Ruby variant of the JSON gem -* [NSJSONSerialization][nsjon] Wrapper for Apple's NSJSONSerialization in the Cocoa Framework (MacRuby only) +* [NSJSONSerialization][nsjson] Wrapper for Apple's NSJSONSerialization in the Cocoa Framework (MacRuby only) * [gson.rb][gson] A Ruby wrapper for google-gson library (JRuby only) * [JrJackson][jrjackson] JRuby wrapper for Jackson (JRuby only) * [OkJson][okjson] A simple, vendorable JSON parser