diff --git a/README.md b/README.md index db32ba4..07c93bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [Ease In](http://lauren.github.io/ease-in/) =============== -Fade in DOM elements hierarchically using CSS transitions and 385 bytes (minfied) of JavaScript. Yes, bytes. +Fade in DOM elements hierarchically using CSS transitions and 385 bytes (minfied) of JavaScript. 1) Download the source. Add `ease-in-1.0.0.min.js` to your JS directory, and link it in your document before the ending `body` tag: @@ -55,4 +55,4 @@ I ♥ pull requests. Here's how to contribute: 2. If you don't have node, [install it](http://howtonode.org/how-to-install-nodejs). 3. From the repo directory, `npm install --save-dev` 4. `grunt watch`: This will automatically JSHint, concatenate, and minify the JavaScript and automatically compile and minify the LESS every time you save. Watch for JSHint errors and correct them. -5. Code! \ No newline at end of file +5. Code!