Add (catch-8sync) stuff
[8sync.git] / README.md
index 145d25670ea2f98f505859b778adb55a1253a204..f98f4338e306f4383e0bc3afabd45744af7577bf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ for [GNU Guile](https://www.gnu.org/software/guile/).
 
 Some features:
  - An asynchronous event loop!  Non-blocking on ports and file access.
- - Easy to use!  The =%sync= / =8sync= operator lets you write
+ - Easy to use!  The =%8sync= operator lets you write
    asynchronous code that looks simple while avoiding callback hell.
    This happens through the magic of
    [delimited continuations](https://www.gnu.org/software/guile/manual/html_node/Prompts.html).
@@ -40,3 +40,5 @@ Software Foundation, with exceptions below:
    linked, but I can't be sure.  If you really care, consider this
    whole project GPL v3 or later optionally... anyway a
    COPYING-gplv3.txt is included for these reasons.
+ - Likewise, there's a single utility in tests/utils.scm from David
+   Thompson that's under GPLv3 or later.  See above.