From 23494c57ccfa78acbef2a63e596de67630df2b5a Mon Sep 17 00:00:00 2001 From: amitthakkar Date: Tue, 21 Jul 2015 13:36:43 +0530 Subject: [PATCH] Adding npm install --save ng-infinite-scroll command into README.md file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d04640f..1a8559a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Getting Started * Download ngInfiniteScroll from [the download page on the ngInfiniteScroll web site](http://sroze.github.com/ngInfiniteScroll/#download) or install it with: * [Bower](http://bower.io/) via `bower install ngInfiniteScroll` + * [NPM](https://www.npmjs.com) via `npm install --save ng-infinite-scroll` * [Nuget](https://www.nuget.org) via `PM> Install-Package ng-infinite-scroll` * Include the script tag on your page after the AngularJS and jQuery script tags (ngInfiniteScroll requires jQuery to run)