about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4fff9e9..048db9f 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
 
@@ -38,7 +38,7 @@ run64 is written in portable R6RS Scheme. It should work in any R6RS Scheme that
 
 # Contributing
 
-Feedback, suggestions, feature requests, bug reports and patches are all welcome. Please write to <arunisaac@systemreboot.net>.
+Feedback, suggestions, feature requests, bug reports and patches are all welcome. Please write to <run64@systemreboot.net>.
 
 # License