Skip to content

Commit

Permalink
Ref thespacedojo#7 Updated Readme as per meteor V 1.0 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
paritoshbotre committed Dec 10, 2015
1 parent f81347d commit 90e25ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Install the package in your Meteor project:
mrt add simple-form
```

__Please Note:__ From meteor version 1.0 onwards use
```
meteor add joshowens:simple-form
```

### 2. Set up the form
Now, you can use the Simple Form helpers to automatically generate inputs and labels (currently the supported input types are `text_field`, `text_area`, `select_box`, `check_box`, `file_field` and `submit_button`):

Expand Down

0 comments on commit 90e25ca

Please sign in to comment.