From a903a78ae8082321c645a3775ec50d1054ad9728 Mon Sep 17 00:00:00 2001 From: Goal Smashers Dev Team Date: Sun, 26 Jan 2014 13:36:26 +0000 Subject: [PATCH] Fixes path slashes in Readme to correct ones. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.34.1