diff --git a/README.md b/README.md index 70e37a6..ef3aadd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ I'm using functions to get to nodes of the same name. The same functions can als I'm using [sax js](https://github.com/isaacs/sax-js) created by [Isaac](https://github.com/isaacs) to do all the hard work of actually parsing the xml :-) ### Warning -__Apparently, javascript cannot distinguish between functions and objects. Therefor nodes with names like ```text```, ```count```, ```at```, ```each``` cannot be traversed. +__Apparently, javascript cannot distinguish between functions and objects. Therefore nodes with names like ```text```, ```count```, ```at```, ```each``` cannot be traversed. If someone comes up with a sound solution for this, just let me know!__ ## Functions ##