From: Goal Smashers Dev Team Date: Sun, 26 Jan 2014 13:36:26 +0000 (+0000) Subject: Fixes path slashes in Readme to correct ones. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a903a78ae8082321c645a3775ec50d1054ad9728;p=clean-css.git Fixes path slashes in Readme to correct ones. --- diff --git a/README.md b/README.md index f5a3b485..3846d1eb 100644 --- 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