Merge pull request #123 from gunjan5/patch-4

dir didn't match the command
diff --git a/containers/README.md b/containers/README.md
index a6b4ac9..46f970e 100644
--- a/containers/README.md
+++ b/containers/README.md
@@ -17,7 +17,7 @@
 To build and run the database container:
 
 ```
-$ cd postgres; make build && make run
+$ cd postgresql; make build && make run
 ```
 
 #### XOS Container