From b3cdb1c149ac4e1c7f6a58109360eddf29cd0a2b Mon Sep 17 00:00:00 2001 From: Nikita Khomyakov Date: Wed, 27 May 2015 23:28:38 +0100 Subject: [PATCH] chore: updated README Add installation instructions for npm --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5e8b2c..9bf0d9e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,24 @@ -# [ng-xslt](http://v12.github.io/angular-xslt/) +# [ng-xslt] Angular filter that transforms XML using provided XSLT ## Installation -Via [Bower](bower.io): +Via [Bower]: ``` bower install ng-xslt --save ``` +Via [npm] +``` +npm install angular-xslt --save +``` + ## Usage -See an [example usage](http://v12.github.io/angular-xslt/) page published on Github Pages +See an [example usage] page published on Github Pages ## Licence [MIT](LICENSE) + +[ng-xslt]: http://v12.github.io/angular-xslt/ +[example usage]: http://v12.github.io/angular-xslt/ +[Bower]: http://bower.io/ +[npm]: https://npmjs.org/ \ No newline at end of file