Skip to content

Commit

Permalink
Merge pull request #104 from jeromegn/patch-1
Browse files Browse the repository at this point in the history
Fixed small copy paste error about stylus in README
  • Loading branch information
techpines committed Oct 23, 2013
2 parents a6bd062 + bff75f0 commit 329fdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/README.md
Expand Up @@ -240,7 +240,7 @@ new StylusAsset({
#### Options

* `url`: The url that should retrieve this resource.
* `filename`: Filename of the less file you want to serve.
* `filename`: Filename of the stylus file you want to serve.
* `compress` (defaults to false, or true in production mode): Whether to minify the css.
* `config`: A function that allows custom configuration of the stylus object:
```coffee
Expand Down

0 comments on commit 329fdd3

Please sign in to comment.