diff --git a/README.md b/README.md index 770d3db1..99d78a34 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ To use it on a **webpage** include it from a [CDN](https://cdnjs.com/libraries/f ```js -var jsonObj = parser.parse(xmlData [,options] ); +var jsonObj = parser.parse(xmlData,[options]); ``` ```js