From 83edcab69ace702a78e0fda9334749dc2cfc2af7 Mon Sep 17 00:00:00 2001 From: Eugene Matvejev Date: Sat, 25 Jun 2016 22:39:42 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 150a8c8..8688df0 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ _example_: { "format": "compact", "input": [ - "tests/shared-fixtures/scss" + "tests/shared-fixtures/compass/app.scss" ], - "output": "var/cache/assets/scss.css" + "output": "var/cache/assets/compass.css" }, { "format": "compact", @@ -52,13 +52,6 @@ _example_: "tests/shared-fixtures/sass" ], "output": "var/cache/assets/sass.css" - }, - { - "format": "compact", - "input": [ - "tests/shared-fixtures/compass/app.scss" - ], - "output": "var/cache/assets/compass.css" } ] }