Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren authored May 10, 2019
1 parent d923215 commit 5881554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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!
5. Code!

0 comments on commit 5881554

Please sign in to comment.