From 029ec9fcf350954fd3707506b5e279cbd60a2710 Mon Sep 17 00:00:00 2001 From: Peter Hayes Date: Tue, 16 Sep 2014 09:43:12 -0400 Subject: [PATCH] Fixed description for schema example The schema example referenced isolated as the namevar but in the description it said that the schema jane would be created. Fixed by updating description to say schema named isolated will be created. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bded059..48a753d 100644 --- a/README.md +++ b/README.md @@ -789,7 +789,7 @@ This defined type can be used to create a schema. For example: db => 'janedb', } -It will create the schema `jane` in the database `janedb` if neccessary, +It will create the schema `isolated` in the database `janedb` if neccessary, assigning the user `jane` ownership permissions. ####`namevar`