aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 88c4d4a..e4ba8dd 100644
--- a/readme.md
+++ b/readme.md
@@ -48,6 +48,8 @@ Functions documentation provided as comments below.
48 PGDATABASE = "app"; 48 PGDATABASE = "app";
49 DATABASE_URL = "postgresql:///${PGDATABASE}?host=${PGHOST}"; 49 DATABASE_URL = "postgresql:///${PGDATABASE}?host=${PGHOST}";
50 }; 50 };
51
52 shell = null;
51 }; 53 };
52 54
53 }); 55 });