diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 5b9d48fc..08cfb963 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -171,13 +171,13 @@ Create a ``Procfile`` in your project:: You can any other applications that should be launched at the same time. -Then you can start your gunicorn application using `gafferp `_.:: +Then you can start your gunicorn application using `gaffer `_.:: - gafferp start + gaffer start If gafferd is launched you can also load your Procfile in it directly:: - gafferp load + gaffer load All your applications will be then supervised by gafferd.