From 36474c9d78f1a51214fd4a39cb1f252fb14c2aff Mon Sep 17 00:00:00 2001 From: Parbhat Puri Date: Thu, 25 Aug 2016 16:09:35 +0530 Subject: [PATCH] Correct order of postgresql version --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 665518fe..4932bb1d 100644 --- a/README.rst +++ b/README.rst @@ -127,10 +127,10 @@ Answer the prompts with your own desired options_. For example:: use_heroku [n]: y use_compressor [n]: y Select postgresql_version: - 1 - 9.2 - 2 - 9.3 - 3 - 9.4 - 4 - 9.5 + 1 - 9.5 + 2 - 9.4 + 3 - 9.3 + 4 - 9.2 Choose from 1, 2, 3, 4 [1]: 1 Select js_task_runner: 1 - Gulp