diff --git a/contrib/theia/README.rst b/contrib/theia/README.rst
index b407515e..d23d3508 100644
--- a/contrib/theia/README.rst
+++ b/contrib/theia/README.rst
@@ -12,8 +12,9 @@ in a JupyterHub / Binder environment.
Installing Theia
================
-#. `Install the ``yarn`` package manager `_
- with one of the available methods.
+#. `Install the Yarn package manager
+ `_ with one of the available
+ methods.
#. Theia is highly configurable, so you need to decide which features you want
in your theia install. Make a ``package.json`` with the list of extensions you want,
@@ -70,4 +71,4 @@ Installing Theia
.. code:: bash
- export PATH="$(pwd)/node_modules/.bin:${PATH}"
\ No newline at end of file
+ export PATH="$(pwd)/node_modules/.bin:${PATH}"