From b407de402d70df8dd6655148181b80a90059bd05 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 6 Jan 2026 16:01:17 -1000 Subject: [PATCH] fix readme comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b2f76..5c2827d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This will be applied immediately if you have commit access, otherwise a fork and ### How to make a change on your local machine 1. Log in to Github, fork this repo, and clone the fork to your machine. - + 2. Make your changes to `index.md` (and/or `README.md`, `css/*`, `images/*`). 3. To preview, run `make` (requires [GNU Make] and [pandoc] 2.5+) and view `index.html` in your web browser. 4. When everything looks right, commit with a descriptive message.