diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 16:38:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 16:38:12 -0300 |
commit | d8efb00bd9ba1a4b4c216377c6f4b83dc745f369 (patch) | |
tree | 0295b05e6cc054bd98c232d31f87dd590263a9ac | |
parent | CHANGELOG.md: Add links to translated versions (diff) | |
download | git-permalink-d8efb00bd9ba1a4b4c216377c6f4b83dc745f369.tar.gz git-permalink-d8efb00bd9ba1a4b4c216377c6f4b83dc745f369.tar.xz |
README.md: Tweak wording
-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 |