about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 19:54:39 +0000
committerArun Isaac2025-11-17 19:54:39 +0000
commitc031ce4dd7e2328436d90961fc7da7f61623a288 (patch)
tree124212099f97d8ef0592079d955047585eda4d5c /README.md
parent0ae6a658aeba099eb498e9fe6022f1224a58ed8e (diff)
downloadrun64-c031ce4dd7e2328436d90961fc7da7f61623a288.tar.gz
run64-c031ce4dd7e2328436d90961fc7da7f61623a288.tar.lz
run64-c031ce4dd7e2328436d90961fc7da7f61623a288.zip
README: Mention diffs in introduction.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83383d5..16c9580 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 is a convenience script to run SRFI-64 tests and generate pretty, readable, colorful output. 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 an SRFI-64 implementation, and is not an SRFI-64 implementation in itself.
 
 # Motivation