From 4aa3021b14608d9218d23ff361230164fa513de6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 7 Sep 2019 11:00:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148f16d2..fb61cb33 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ $ bb ' ## Async Apart from `future` for creating threads and the `conch` namespace for creating -processes, you may use `core.async` to script asynchronously. The following +processes, you may use the `async` namespace, which maps to `clojure.core.async`, for asynchronous scripting. The following example shows how to get first available value from two different processes: ``` clojure