diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ $ git clone git://euandreh.xyz/remembering $ cd remembering/ ``` -Now inside the repository folder, running `git permalink` will try build the web URL of the given file use `xdg-open` to launch the browser (or whatever is configured): +Now inside the repository folder, running `git permalink` will try building the web URL of the given file and use `xdg-open` to launch the browser (or whatever is configured): ```shell $ git permalink tests/ranking.sh @@ -81,7 +81,7 @@ Extra tools used for development are: [pandoc]: https://pandoc.org/ [mdpo]: https://mdpo.readthedocs.io/en/master/ -For running the extra development-only checks, run: +For the extra development-only checks, run: ```shell $ make dev-check |