README.md in ezy-0.1.1 vs README.md in ezy-0.2.0.alpha
- old
+ new
@@ -1,13 +1,10 @@
Ezy: The developer's toolbox for responsive websites
====================================================
My attempt to create a collection of simple-to-use grid helpers and other tools with SCSS and Ruby
-> NOTE: Ezy is now in beta, with only sprites out-of-the-box.
-> Stand by for release of the grid.
-
Installing Ezy
--------------
#### 1) Install the gem
@@ -17,10 +14,14 @@
`require "ezy"`
#### 3) Import the part you need in your SCSS
-Import sprites: (only option ATM)
+Import all features:
+
+`@import "ezy";`
+
+Import sprites only:
`@import "ezy/sprites";`
Using Ezy
---------