From 0985a4907c14d95bf0ba4e87299e259a10e43070 Mon Sep 17 00:00:00 2001 From: wglambert Date: Tue, 6 Oct 2020 12:58:29 -0700 Subject: [PATCH] Update README.md Co-authored-by: Tianon Gravi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ff880c5..8663b8d76 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ All Markdown files here are run through [tianon's fork of `markdownfmt`](https:/ Edit the `content.md` for an image; not the `README.md` as it's auto-generated from the contents of the other files in that repo. To see the changes to the `README.md`, run `./update.sh myimage` from the repo root, but do not add the `README.md` changes to your pull request. See also `markdownfmt.sh` point [below](#how-do-i-add-a-new-images-docs). -After opening your Pull Request the changes will be checked by an automated `markdownfmt.sh` before it can be merged. A common issue is incorrect spacing such as with two lines missing an empty line between them (double-spaced) +After opening your Pull Request the changes will be checked by an automated `markdownfmt.sh` before it can be merged. A common issue is incorrect spacing such as with two lines missing an empty line between them (double-spaced). # How do I add a new image's docs