summaryrefslogtreecommitdiff
path: root/docs/getting_started.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started.rst')
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index c015b1b..8e073e1 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -16,7 +16,7 @@ This will install the latest stable release. If you would prefer to install the
cd pyfilesystem-read-only
python setup.py install
-You should now have the _fs_ module on your path:
+You should now have the `fs` module on your path:
>>> import fs
>>> fs.__version__