From a89f686bc9bddff0f9a54dc961148969319fee39 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 23 Feb 2013 11:41:22 -0800 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07159c5..d2d11fb 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,15 @@ Detailed Documentation ngInfiniteScroll accepts several attributes to customize the behavior of the directive; detailed instructions can be found [on the ngInfiniteScroll web site](http://binarymuse.github.com/ngInfiniteScroll/documentation.html). +License +------- + +ngInfiniteScroll is licensed under the MIT license. See the LICENSE file for more details. + Testing ------- -ngInfiniteScroll uses Testacular for its unit tests. Note that you will need [PhantomJS](http://phantomjs.org/) on your path, and the `grunt-cli` npm package installed globally if you wish to use grunt. +ngInfiniteScroll uses Testacular for its unit tests. Note that you will need [PhantomJS](http://phantomjs.org/) on your path, and the `grunt-cli` npm package installed globally if you wish to use grunt (`npm install -g grunt-cli`). Then, install the dependencies with `npm install`. * `grunt test` - continually watch for changes and run tests in PhantomJS and Chrome * `npm test` - run tests once in PhantomJS only