compass-scalablegs-plugin 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/compass-scalablegs-plugin.gemspec +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ The plugin is build upon the great work done by [Christopher M. Eppstein and Mat
|
|
|
16
16
|
|
|
17
17
|
gem install compass-scalablegs-plugin
|
|
18
18
|
|
|
19
|
-
##Create a
|
|
19
|
+
##Create a Scalablegs-based Compass Project
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
compass create -r scalablegs my_project --using scalablegs
|