aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README.rst4
-rw-r--r--docs/gettingstarted.rst.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.rst b/docs/README.rst
index 6609610..54c0f31 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -16,9 +16,9 @@ minishell_test
.. image:: https://i.imgur.com/98xh2xY.gif
:alt: preview
-.. include:: gettingstarted.rst.inc
-
Documentation
-------------
The full documentation for this project is available at `minishell-test.readthedocs.io <https://minishell-test.readthedocs.io>`_.
+
+.. include:: gettingstarted.rst.inc
diff --git a/docs/gettingstarted.rst.inc b/docs/gettingstarted.rst.inc
index f1dce9c..1293f66 100644
--- a/docs/gettingstarted.rst.inc
+++ b/docs/gettingstarted.rst.inc
@@ -19,7 +19,7 @@ Your executable **must** support the ``-c`` option which allow to pass command a
.. code-block::
$ bash -c 'echo bonjour je suis | cat -e'
- bonjour he suis$
+ bonjour je suis$
$ ./minishell -c 'echo bonjour je suis | cat -e'
bonjour je suis$