Skip to content

Commit 5c27ed8

Browse files
authored
Merge pull request #21 from mkurz/fix_typo
Fix typo in README
2 parents 94a6486 + bf26378 commit 5c27ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ that are required for compilation. Beyond just `main.styl`, you can use an expre
7373
following:
7474

7575
```scala
76-
(Assets / StylusKeys.stylus / includeFilter := "foo.styl" | "bar.styl"
76+
Assets / StylusKeys.stylus / includeFilter := "foo.styl" | "bar.styl"
7777
```
7878

7979
...where both `foo.styl` and `bar.styl` will be considered for the Stylus compiler.

0 commit comments

Comments
 (0)