Reworded readme a bit
This commit is contained in:
parent
56c15168d7
commit
df0ec68860
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ wetness
|
||||||
`wetness` is a `bash` script for checking a CSS file for duplicate properties.
|
`wetness` is a `bash` script for checking a CSS file for duplicate properties.
|
||||||
Just like [Ellie Kemper][BJ], the aim of this script is to help make it DRY.
|
Just like [Ellie Kemper][BJ], the aim of this script is to help make it DRY.
|
||||||
|
|
||||||
This script utilizes associative arrays in `bash` which requires version 4. OSX
|
This script utilizes associative arrays in `bash` which requires version 4 or
|
||||||
is still shipping with version 3.2 but you can upgrade to 4.2 with
|
better. OSX is still shipping with version 3.2 but you can easily upgrade to
|
||||||
`brew install bash`.
|
4.2 with `brew install bash`.
|
||||||
|
|
||||||
[BJ]: http://www.collegehumor.com/video/1183463/derrick-comedy-blowjob
|
[BJ]: http://www.collegehumor.com/video/1183463/derrick-comedy-blowjob
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue