Tweak README.

This commit is contained in:
Manuele Simi 2021-01-24 22:46:02 -05:00
parent d6e8d5206d
commit 460ac46f82
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The following fragment downloads a file named LICENSE.md and adds it to the repo
if [[ ! -f LICENSE.md ]]; then
curl <my URL>/LICENSE.md -o LICENSE.md
git add LICENSE.md
git commit -m "LICENSE.md"
git commit -m "Add LICENSE.md."
fi
````