about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-20 01:05:54 +0000
committerArun Isaac2025-11-20 01:05:54 +0000
commit9b067aaf01ccdd69275fc89868c637cbbab2ad53 (patch)
treeeef8903910eede0128ee25153664e545c13dc7cc
parenta5d84e51e845b579b8a14af902906949cf1b836d (diff)
downloadrun64-9b067aaf01ccdd69275fc89868c637cbbab2ad53.tar.gz
run64-9b067aaf01ccdd69275fc89868c637cbbab2ad53.tar.lz
run64-9b067aaf01ccdd69275fc89868c637cbbab2ad53.zip
README: Use article "a" with SRFI-64.
We pronounce SRFI as "surfy", not S-R-F-I (as in the individual
letters). So, the article "a" is more appropriate.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fff9e9..72de033 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [![Laminar](https://ci.systemreboot.net/badge/run64.svg)](https://ci.systemreboot.net/jobs/run64) [![Laminar](https://ci.systemreboot.net/badge/run64-website.svg)](https://ci.systemreboot.net/jobs/run64-website)
 
-run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It generates pretty, readable, colorful output featuring clear diffs between expected and actual values. run64 is meant to work with an SRFI-64 implementation, and is not an SRFI-64 implementation in itself.
+run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It generates pretty, readable, colorful output featuring clear diffs between expected and actual values. run64 is meant to work with a SRFI-64 implementation, and is not a SRFI-64 implementation in itself.
 
 # Motivation