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 ```