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: