diff --git a/src/index.md b/src/index.md index 10d83ee..06b4265 100644 --- a/src/index.md +++ b/src/index.md @@ -64,7 +64,7 @@ The other is to set up logging so I have something to see what is going on. This ```shell log() { echo "️🧪 $(basename $0): $@"; } log "running tests/gregorian-tests.scm" -# some testing code +some testing code ``` When run, it looks like this: