Skip to content

Commit 418e675

Browse files
committed
Minor Fixes
1 parent 66b6f11 commit 418e675

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ npm-debug.log*
55
.idea/
66
node_modules/
77
coverage/
8+
bower_components/

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and that it's easy for us to manage incoming PRs. In that interest -
1919

2020
* If you modified the lib:
2121
1. Run `gulp` and commit the modifications and the built lib (`dist/granim.js`, `dist/granim.min.js`, `docs/assets/js/vendor/granim.min.js`)
22-
2. Tun `npm test` to make sure you past test cases. Please add test cases for your new code
22+
2. Run `npm test` to make sure you past test cases. **Please add test cases** for your new code
2323

2424
* If you modified the docs:
2525
1. Use the `docs/assets/pug/*.pug` to modify the HTML of the docs, and commit the .pug and .html built file

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ Create fluid and interactive gradients animations with this small (< 10 kB) js l
66

77
## Install
88

9-
### From npm
9+
### From NPM
1010

1111
* Run `npm install granim --save`
1212

13+
### From Bower
14+
15+
* Run `bower install granim`
16+
1317
### Static
1418

15-
* Download the script in the `dist/` folder
19+
* Download the latest version [in the release section](https://github.com/sarcadass/granim.js/releases)
1620

1721
## How to use
1822
```html

0 commit comments

Comments
 (0)