From 9be9268a72daab20977309b0ee9b45af3465c8dd Mon Sep 17 00:00:00 2001 From: msimonin <matthieu.simonin@inria.fr> Date: Mon, 2 Sep 2019 15:36:11 +0200 Subject: [PATCH] fix readme title --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5340750..7e015b7 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ For instance you can get the help on a specific sub-command with the following: Get an existing project on slatex -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: bash @@ -90,7 +90,7 @@ Pull changes from sharelatex to local (like a git pull) .. code:: bash - + # Pull changes from sharelatex git slatex pull @@ -101,5 +101,5 @@ Create a remote project from a local git ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: bash - + git slatex new <base_server_URL> <new_project_name> -- GitLab