diff --git a/README.md b/README.md index adb79a9..6a83938 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,12 @@ Usually, we will combine and compress all the css or js, depend on your needs. You can also install it via [Bower](https://github.com/bower/bower) or [npm](https://www.npmjs.com/): -Coming soon... +``` +bower install --save material-refresh +``` +``` +npm install --save material-refresh +``` ## Basic usage diff --git a/package.json b/package.json index 59e0cdf..17b1663 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "material-refresh", - "description": "Material Design pull to refresh, by using CSS3 and - JavaScript", + "description": "Material Design pull to refresh, by using CSS3 and JavaScript", "version": "0.1.0", "homepage": "https://github.com/lightningtgc/material-refresh", "author": "gctang ",