We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efe242 commit 0da1e48Copy full SHA for 0da1e48
README.md
@@ -5,9 +5,10 @@ package builds upon Emacs 25 generators to provide functions that
5
pause while they wait on asynchronous events. They do not block any
6
thread while paused.
7
8
-See also: [An Async / Await Library for Emacs Lisp][post]
+Introduction: [An Async / Await Library for Emacs Lisp][post]
9
10
-Because it uses `record`, this package requires Emacs 26 or later.
+Installation is [available through MELPA][melpa]. Since it uses the
11
+`record` built-in, it requires Emacs 26 or later.
12
13
## Usage
14
@@ -177,4 +178,5 @@ configurable download queue for `url-retrieve`:
177
178
179
180
[asyncio]: https://docs.python.org/3/library/asyncio.html
181
+[melpa]: https://melpa.org/#/aio
182
[post]: https://nullprogram.com/blog/2019/03/10/
0 commit comments