From 6ab0de4c1237c4452aaa6bfc1e679fd081fe3b90 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Tue, 6 Sep 2016 12:01:27 +0200 Subject: [PATCH] Fix for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d266ba..15359ab 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ You can then go on to use any normal postgresql commands against the container. Under ubuntu 14.04 the postgresql client can be installed like this: ``` -sudo apt-get install postgresql-client-9.4 +sudo apt-get install postgresql-client-9.5 ```