Skip to content

Commit

Permalink
update readme for the reagent6 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Apr 9, 2016
1 parent d4c0ec4 commit 89c71fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 89c71fe

Please sign in to comment.