Skip to content

Commit

Permalink
updated: links from muut to github
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Dec 24, 2017
1 parent 1a67754 commit f0ff925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,7 +3,7 @@ Status](https://travis-ci.org/riot/riotify.svg)](https://travis-ci.org/riot/riot

# riotify

"riotify" is a browserify transformer for [riot](https://muut.com/riotjs) ".tag" files.
"riotify" is a browserify transformer for [riot](https://github.com/riot/riot) ".tag" files.

## Installation

Expand Down Expand Up @@ -41,7 +41,7 @@ Example `todo.tag`:
</div>

// a tag file can contain any JavaScript, even require()
var resources = require('../resources.json')
var resources = require('../resources.json')
this.items = [ { title: resources.en.first }, { title: resources.en.second } ]
</todo>
```
Expand Down Expand Up @@ -82,7 +82,7 @@ You can also configure it in package.json
- ext: `String`
- custom extension, you’re free to use any file extension for your tags (instead of default .tag):

See more: https://muut.com/riotjs/compiler.html
See more: https://github.com/riot/compiler

### With gulp.js

Expand Down

0 comments on commit f0ff925

Please sign in to comment.