Skip to content

Commit

Permalink
Merge pull request #114 from yowkah/patch-1
Browse files Browse the repository at this point in the history
changed install command for xmldom in documentation
  • Loading branch information
JLRishe authored Jul 1, 2023
2 parents 8a32c8d + 04c0899 commit 6142157
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 @@ -17,7 +17,7 @@ Install with [npm](http://github.com/isaacs/npm):

xpath is xml engine agnostic but we recommend [xmldom](https://github.com/xmldom/xmldom):

npm install xmldom
npm install @xmldom/xmldom

## API Documentation

Expand Down Expand Up @@ -130,4 +130,4 @@ console.log(author)
[MDN]: https://developer.mozilla.org/en/docs/Web/API/Document/evaluate

## License
MIT
MIT

0 comments on commit 6142157

Please sign in to comment.