Update README.md

This commit is contained in:
Eitan Rousso 2016-02-19 20:54:14 +02:00
parent 28da7538d3
commit d79ab84bb0
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Lightweight templates for [React](http://facebook.github.io/react/index.html).
* No runtime libraries. No magic. Simply precompile your way to clear React code.
* Easy syntax that's similar to HTML, supported by most IDEs.
* Easy syntax that's similar to HTML, surpported by most IDEs.
* Clear separation of presentation and logic - almost zero HTML in component files.
* Declarative coding ensures that the HTML that you write and the HTML you inspect look nearly identical.
* Supports AMD, CommonJS, ES6, Typescript and globals.
@ -44,7 +44,7 @@ http://plugins.jetbrains.com/plugin/7648
* [rt-scope](#rt-scope)
* [rt-props](#rt-props)
* [rt-class](#rt-class)
* [rt-require](#rt-require)
* [rt-require](#rt-require-and-using-other-components-in-the-template)
* [rt-template](#rt-template)
* [rt-include](#rt-include)
* [styles](#styles)