Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include NPM banner.
  • Loading branch information
haensl committed Apr 12, 2016
1 parent cbfd13b commit 7ccd8b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ngAnimatedScroll
A promise based angular.js service to facilitate animated scrolling.
### A promise based angular.js service to facilitate animated scrolling.

[![NPM](https://nodei.co/npm/ng-animated-scroll.png?downloads=true)](https://nodei.co/npm/ng-animated-scroll/)

## Features

Expand Down Expand Up @@ -39,7 +41,7 @@ A promise based angular.js service to facilitate animated scrolling.

## Usage

Inject the `animtedScroll` service into your directive, factory, controller, etc. and call it's `scroll()` method.
Inject the `animatedScroll` service into your directive, factory, controller, etc. and call it's `scroll()` method.
### Example: Simple scroll operation
Expand Down

0 comments on commit 7ccd8b3

Please sign in to comment.