Update %8sync -> 8sync in NEWS and README.md
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 15 Apr 2016 15:20:33 +0000 (10:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 15 Apr 2016 15:20:33 +0000 (10:20 -0500)
* NEWS:
* README.md: Update references from %8sync -> 8sync.

NEWS
README.md

diff --git a/NEWS b/NEWS
index 2bd32c715d5180e74727c768374e8e3009c1b945..171aa9d57c39b0fc1bafcb3c165eb7430a262fbd 100644 (file)
--- 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
 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
  - IRC bot demo
index 99dd2f5849ddc1c14e0a8565144ce8614db1a63f..7565a5226f349b9dba46a4d9a6c51be3991d7d8b 100644 (file)
--- 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.
 
 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).
    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).