Skip to content

Commit

Permalink
Fix syntax bug in rst code.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyanatk committed Jun 29, 2021
1 parent 530e758 commit d391929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ As the repository is becoming quite large, you may also wish to perform
a shallow clone to retrieve only the recent commits and history. This makes
the clone faster and avoid bottleneck in CI pipelines.

Provide an argument `--depth 1` to the `git clone` command to copy only
Provide an argument ``--depth 1`` to the ``git clone`` command to copy only
the latest revision of the repository.

``git clone -–depth [depth] [email protected]:HERA-Team/hera_sim.git``
Expand Down

0 comments on commit d391929

Please sign in to comment.