branch: master
commit b962cbfd825ce2d8ee8414e82c27370ff112e3c1
Merge: 05c9861 a0195ad
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>

    Merge pull request #32 from Trevoke/patch-1
    
    Fix markdown in README
---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2a2ff69..7d00df6 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ using `async-get', blocking until the value is ready.  
Example:
                  (async-get proc)))
 
 If you don't want to use a callback, and you don't care about any return value
-form the child process, pass the `ignore' symbol as the second argument (if
-you don't, and never call `async-get', it will leave *emacs* process buffers
+form the child process, pass the `'ignore` symbol as the second argument (if
+you don't, and never call `async-get`, it will leave *emacs* process buffers
 hanging around):
 
     (async-start

Reply via email to