Skip to content

Commit

Permalink
Merge branch 'master' of github.com:i-akhmadullin/grunt-styletto
Browse files Browse the repository at this point in the history
* 'master' of github.com:i-akhmadullin/grunt-styletto:
  Fix broken links
  • Loading branch information
i-akhmadullin committed Sep 18, 2012
2 parents dd989bf + 066d415 commit 14874bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# grunt-styletto

[Grunt](https://github.com/cowboy/grunt) plugin for processing CSS with [Styletto](https://github.com/iAdramelk/styletto)
[Grunt](https://github.com/cowboy/grunt) plugin for processing CSS with [Styletto](https://github.com/jetstyle/styletto)

## Getting Started
Install styletto: `npm install styletto -g`
Expand All @@ -24,7 +24,7 @@ styletto: {
}
},
```
Then you can run `grunt styletto` to compile `blocks/style.css` file with [styletto](https://github.com/iAdramelk/styletto)
Then you can run `grunt styletto` to compile `blocks/style.css` file with [styletto](https://github.com/jetstyle/styletto)

## Documentation

Expand Down

0 comments on commit 14874bb

Please sign in to comment.