update readme for the reagent6 interface

This commit is contained in:
Artur Girenko 2016-04-09 12:33:51 +02:00
parent d4c0ec47e5
commit 89c71fe58e
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ To bootstrap a new app, run `re-natal init` with your app's name as an argument:
```
$ re-natal init FutureApp
```
Or, for Om.Next project:
Or, specify -i option to generate Om.Next or Reagent v0.6 project:
```
$ re-natal init FutureApp -i om-next
$ re-natal init FutureApp -i [om-next | reagent6]
```
If your app's name is more than a single word, be sure to type it in CamelCase.