aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-23 23:06:39 +0000
committerFuwn <[email protected]>2021-05-23 23:06:39 +0000
commit6722967dbacdff253cf851be6583d72be444873b (patch)
treee99cf222c32ddd780cce97ebf57a4231a50ce349
parentrefactor(actions): pin os, modify release title (diff)
downloadnitrous-6722967dbacdff253cf851be6583d72be444873b.tar.xz
nitrous-6722967dbacdff253cf851be6583d72be444873b.zip
fix(readme): inline code for path
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3a3d50a..cd63862 100644
--- a/README.rst
+++ b/README.rst
@@ -42,7 +42,7 @@ Checking Codes
$ nitrous check
The previous command (without any specified codes file) will run the check
-routine on a default file value of `./nitrous/codes.txt`. If you would like to
+routine on a default file value of :code:`./nitrous/codes.txt`. If you would like to
override this behaviour, specify your file after the subcommand;
.. code-block:: shell