This commit is contained in:
ido 2014-12-10 09:46:35 +02:00
parent 2fc0e6df41
commit de9c1b090c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ http://wix.github.io/react-templates/
Some love JSX, some don't. We don't. More specifically, it seems to us that JSX is a good fit only for components with very little HTML inside, which can be accomplished by creating elements in code. Also, we like to separate code and HTML. It just feels right.
## Installation
You can install ESLint using npm:
You can install react-templates using npm:
```shell
npm install git+ssh://git@github.com:wix/react-templates -g
```