From c718f034afb8ec538bb73b02b2be7d58a54ac905 Mon Sep 17 00:00:00 2001 From: Josh Rose Date: Sat, 16 Mar 2013 20:10:29 +0000 Subject: [PATCH] Update README.md Super tiny change, but it's api/models/, not api/model :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e30452b..9e3f9860e 100644 --- a/README.md +++ b/README.md @@ -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**.