From 8c7e3b27cbc2017ec8395d4f091af1aefee98d8f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 15 Mar 2015 13:19:18 -0400 Subject: [PATCH] Changing to #. format --- cookbook/deployment/heroku.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cookbook/deployment/heroku.rst b/cookbook/deployment/heroku.rst index 2fead9f5b3d..6e5c075a577 100644 --- a/cookbook/deployment/heroku.rst +++ b/cookbook/deployment/heroku.rst @@ -72,13 +72,11 @@ Deploying your Application on Heroku Before your first deploy, you need to do just 2 more things, which are explained below: -1. :ref:`Create a Procfile ` +#. :ref:`Create a Procfile ` -2. :ref:`Set the Environment to prod ` +#. :ref:`Set the Environment to prod ` -Then you'll be ready for the last step: - -3. :ref:`Push your Code to Heroku ` +#. :ref:`Push your Code to Heroku ` .. _heroku-procfile: