Commit 99d420da authored by Arthur Verschaeve's avatar Arthur Verschaeve

Tiny Riot readme.md tweaks

parent 557e65c3
......@@ -6,6 +6,7 @@
> _[Riot.js - riotjs.com](http://riotjs.com/)_
## Resources
- [Website](http://riotjs.com/)
......@@ -23,13 +24,14 @@
*Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing.*
## Implementation
Riot is tiny and super flexible, there are many different ways to use riot. For example, you can use compiler to compile the tags files, you can also use browserify to build bundled javascript, you can even use the tiny Riot compiler on your page and compile tags on the fly.
This example is using compiler on the page to compile the tag file(js/todo.html).
This example is using compiler on the page to compile the tag file (`js/todo.html`).
This example is following TodoMvc's [coding style](https://github.com/tastejs/todomvc/blob/master/codestyle.md), however officially Riot recommend [different coding style](https://github.com/riot/riot/blob/master/CONTRIBUTING.md), FYI.
This example is following TodoMVC's [coding style](https://github.com/tastejs/todomvc/blob/master/codestyle.md), however officially Riot recommends a [different coding style](https://github.com/riot/riot/blob/master/CONTRIBUTING.md), FYI.
## Credit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment