From 588155448b1b185379c99ed599ec380e6acb1d6f Mon Sep 17 00:00:00 2001 From: Lauren Sperber Date: Fri, 10 May 2019 12:06:58 -0400 Subject: [PATCH] updates readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!