Skip to content

Commit

Permalink
Fix grammar requires->require.
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Jun 30, 2016
1 parent cc4ba15 commit 24bdf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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`
* [Nuget](https://www.nuget.org) via `PM> Install-Package ng-infinite-scroll`
* Include the script tag on your page after the AngularJS script tag (ngInfiniteScroll *doesn't* requires jQuery for more)
* Include the script tag on your page after the AngularJS script tag (ngInfiniteScroll *doesn't* require jQuery)

<script type='text/javascript' src='path/to/angular.min.js'></script>
<script type='text/javascript' src='path/to/ng-infinite-scroll.min.js'></script>
Expand Down

0 comments on commit 24bdf46

Please sign in to comment.