Skip to content

Commit

Permalink
fix: correct typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macedigital committed Aug 14, 2015
1 parent ffc44be commit 84a4e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var xml2jsDefaults = {
explicitArray: false,
normalize: false,
normalizeTags: false,
trim: true
trim: true
}
````

Expand Down Expand Up @@ -99,7 +99,7 @@ The feature is available since version v0.0.5.
## TODO / Ideas

* Refactor to use node's StreamAPIv2 (in effect requiring nodejs >= v0.10.x).
* Provide functional tests incorporating (any version of) [express](http://expressjs.com/).
* ~~Provide functional tests incorporating (any version of) [express](http://expressjs.com/).~~

[npm-image]:https://img.shields.io/npm/v/express-xml-bodyparser.svg?style=flat
[npm-url]:https://www.npmjs.com/package/express-xml-bodyparser
Expand Down

0 comments on commit 84a4e3c

Please sign in to comment.