aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-01-19 12:32:15 -0500
committerGravatar Peter McGoron 2025-01-19 12:32:15 -0500
commit8aad8c9a0a535af721d0e72613ca5f5d3171017e (patch)
tree338a6e4d63fbfe697b0f381a8e66e9acd6f8674a /README.md
parentfix (diff)
rename
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index aa34c53..709e75a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
-A test runner that writes s-expressions to the default output port.
-
-Since some expressions are not printable by default (like records),
-this library offers `(add-displayable! predicate transformer)`,
-which will apply `transformer` to any value that satisfies `predicate`
-in that test runner. This will override any previous operation.
+A test runner that writes s-expressions to the default output port. Read
+the documentation for more information.
To use, just import `(mcgoron srfi 64)` and use `(factory)` to make a new
test runner.