From f86bd5169c0f4f42fb3c6d5f44fa29989c5dc031 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 15 Apr 2016 10:20:33 -0500 Subject: [PATCH] Update %8sync -> 8sync in NEWS and README.md * NEWS: * README.md: Update references from %8sync -> 8sync. --- NEWS | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2bd32c7..171aa9d 100644 --- a/NEWS +++ b/NEWS @@ -15,5 +15,5 @@ This is the first release of 8sync. Welcome to 8sync! The following features are present already in this very first release: - An asynchronous event loop - - Delimited continuation support via the (%8sync) command + - Delimited continuation support via the (8sync) command - IRC bot demo diff --git a/README.md b/README.md index 99dd2f5..7565a52 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and users are more than welcome, but beware API instability. Some features: - An asynchronous event loop! Non-blocking on ports and file access. - - Easy to use! The =%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). -- 2.31.1