From bee2636efb51000b1f352a31cacc31876e864d74 Mon Sep 17 00:00:00 2001 From: jbrule Date: Fri, 11 Jan 2019 16:03:09 -0600 Subject: [PATCH] Update README.md Correctly spelling mistake and updated JSON2 library reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73a2fc8..0c64989 100644 --- a/README.md +++ b/README.md @@ -76,12 +76,12 @@ If you like to play with all the different options you're welcome to try out the This library uses [Handlebars](http://handlebarsjs.com/) to manage the embed code templates and includes ```handlebars.runtime.js``` library. If your project already uses handlebars, you can remove that file from ```grunt.js``` file. -This library also uses ```JSON.strinify``` method which is supported nativaliy in modern browsers. +This library also uses ```JSON.strinify``` method which is supported natively in modern browsers. If you need to support older browsers, please add the following code. ```html ```