X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=README.md;h=12d7372247c8cbd88117be6399e1be9dbffb05e2;hp=d9e0f2c0e73618aa0c4cb783eb6f8278f9a82121;hb=389680bdb6e6f3d87225bd7c433740e76d25bb79;hpb=b30ef996fa5865124811032655f80eba65ee8d0d diff --git a/README.md b/README.md index d9e0f2c..12d7372 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ called `blog`: git add metadata/*.automatic_metadata fi status=\$(git status -s) - n_updates=\$(printf "$status" | grep -vE '^\?\?' | wc -l) + n_updates=\$(printf "\$status" | grep -vE '^\?\?' | wc -l) if [ "\$n_updates" -gt 0 ]; then git commit -a -m 'Update metadata' fi @@ -107,5 +107,4 @@ break things. The article title is derived in .md files from a first line prefixed with `%`, while all other headings are treated as sub-headings. In .rst files, the title is derived from a heading that must be at the top of the document, and be of an -adornment style (such as underlining with `=`) that must be used only once in -it. +adornment style (such as underlining with `=`) used only once in it.