Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Super tiny change, but it's api/models/, not api/model :)
  • Loading branch information
Josh Rose committed Mar 16, 2013
1 parent 2c2a2c2 commit c718f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type by adding arguments at the end of the command. To generate a User model, en
```
sails generate model User
```
If you check out your app, you'll notice that this created a file at **/api/model/User.js**.
If you check out your app, you'll notice that this created a file at **/api/models/User.js**.

<!--
Let's give her a name-- try uncommenting the name attribute so it looks more or less like this:
Expand Down

0 comments on commit c718f03

Please sign in to comment.