branch: master
commit 63fe7ee254684cb68da0a10a962c88c3f5c57d87
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>
Updated README
---
README.md | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f7bc852..fb3e191 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# emacs-async
-async.el is an exceedingly simple (78 lines of code) module for doing
-asynchronous processing in Emacs, by spawning a child Emacs interpreter to
-execute a lambda function, and calling back when the job is done.
+async.el is an exceedingly simple module for doing asynchronous processing in
+Emacs, by spawning a child Emacs interpreter to execute a lambda function, and
+calling back when the job is done.
It uses a very simple syntax: