Updates readme with a correct path to integration tests.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 16 Dec 2014 20:24:07 +0000 (20:24 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 16 Dec 2014 20:24:07 +0000 (20:24 +0000)
README.md

index 4da789b..87ff76c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -185,7 +185,7 @@ 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/integration-test.js` if it's a simple scenario
 * `test/fixtures/...` 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