diff --git a/docs/developing.rst b/docs/developing.rst
index bdec3022a16811b0dd6eef9353541156d474cc28..c048857b42a88df1f8f5baefa69414be209bc9df 100644
--- a/docs/developing.rst
+++ b/docs/developing.rst
@@ -32,16 +32,15 @@ are fine.
 
 * Review ``git status`` for missing files.
 * Verify the latest Travis CI builds pass.
-* ``make clean && make lint && make test``
+* ``make clean && make lint && make tests``
 * Update version info in ``planemo/__init__.py`` (drop ``.dev0`` suffix).
 * Update release date and description in ``HISTORY.rst``.
 * ``make docs`` and review changelog.
 * ``git add HISTORY.rst planemo/__init__.py; git commit -m "Version <version>"``
 * ``make release``
-    * Review `Test PyPI site <https://testpypi.python.org/pypi/planemo>`_
-      for errors
-    * Test intall ``pip install -i https://testpypi.python.org/pypi planemo``.
-* ``make release``
+   * Review `Test PyPI site <https://testpypi.python.org/pypi/planemo>`_
+     for errors.
+   * Test intall ``pip install -i https://testpypi.python.org/pypi planemo``.
 * ``git tag <release>``
 * Update version info in ``pulsar/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst.
 * ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Start work on new version"``