Skip to content

Commit

Permalink
changed install command for NPM
Browse files Browse the repository at this point in the history
xmldom is no longer published on NPM, but now published from their github repo.

see their issue for more info here:
xmldom/xmldom#271
  • Loading branch information
yowkah authored Apr 14, 2022
1 parent 8a32c8d commit 04c0899
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 04c0899

Please sign in to comment.