diff --git a/README.rst b/README.rst
index d8d7bf5eeb1a1308a5e1a11918fac3e8ff66e579..94923c7214ad440d9ef785ddf81cfcdf37a9fb7c 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,9 @@ It is also possible go through the testing script interactively - useful for deb
 
   $ sudo --preserve-env nix-build -A private-storage.driver nixos/system-tests.nix
 
-This will give you a result symlink in the current directory.  Inside that is bin/nixos-test-driver which gives you a kind of REPL for interacting with the VMs.  The kind of `Perl in this testScript <https://github.com/PrivateStorageio/PrivateStorageio/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL.
+This will give you a result symlink in the current directory.
+Inside that is bin/nixos-test-driver which gives you a kind of REPL for interacting with the VMs.
+The kind of `Perl in this testScript <https://github.com/PrivateStorageio/PrivateStorageio/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL.
 
 Deployment
 ----------