./Readme.md in yamlcss-1.0.2 vs ./Readme.md in yamlcss-1.0.3
- old
+ new
@@ -42,26 +42,26 @@
## Non-Rails projects
YAML includes an easy way to generate a directory with all the necessary
files.
-For command line help: `$ yaml help`
+For command line help: `$ yamlcss help`
### Install (YAML v4.1+)
gem install yamlcss
Install YAML into the current directory by generating the `yaml` folder:
- yaml install
+ yamlcss install
The generated folder will contain all the YAML files (CSS & Sass). It is
recommended not to add or modify the YAML files so that you can update YAML
easily.
You can specify a target directory using the `path` flag:
- yaml install --path my/custom/path/
+ yamlcss install --path my/custom/path/
### Import Sass
Lastly, import the YAML core at the beginning of your stylesheet(s):