Fixes path slashes in Readme to correct ones.
authorGoal Smashers Dev Team <jakub@goalsmashers.com>
Sun, 26 Jan 2014 13:36:26 +0000 (13:36 +0000)
committerGoal Smashers Dev Team <jakub@goalsmashers.com>
Sun, 26 Jan 2014 13:36:26 +0000 (13:36 +0000)
README.md

index f5a3b48..3846d1e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -155,11 +155,11 @@ First clone the source, then run:
 
 If you wonder where to add tests, go for:
 
-* `test\unit-test.js` if it's a simple scenario
-* `test\data\...` if it's a complex scenario (just add two files, input and expected output)
-* `test\binary-test.js` if it's related to `bin/cleancss` binary
-* `test\module-test.js` if it's related to importing `clean-css` as a module
-* `test\protocol-imports-test.js` if it fixes anything related to protocol `@import`s
+* `test/unit-test.js` if it's a simple scenario
+* `test/data/...` if it's a complex scenario (just add two files, input and expected output)
+* `test/binary-test.js` if it's related to `bin/cleancss` binary
+* `test/module-test.js` if it's related to importing `clean-css` as a module
+* `test/protocol-imports-test.js` if it fixes anything related to protocol `@import`s
 
 ## Tips & Tricks