From d969b243746abd99a228dede53c2605a65fa8da6 Mon Sep 17 00:00:00 2001 From: Oleksiy Holubyev Date: Tue, 9 Feb 2016 16:07:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b37f3f1..9af5901 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ gem install json_column ``` ##Setup -It will load the schema file form the app/models/schemas. We decided not to put the file in /db/schema because it is not a database setup script in any way. We would like your opinion on where the json schema file should beé +It will load the schema file from the app/models/schemas. We decided not to put the file in /db/schema because it is not a database setup script in any way. We would like your opinion on where the json schema file should beé A json profile schema for a user model could be defined as