Skip to content

Commit 0da1e48

Browse files
committed
Add MELPA note and link to README
1 parent 8efe242 commit 0da1e48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ package builds upon Emacs 25 generators to provide functions that
55
pause while they wait on asynchronous events. They do not block any
66
thread while paused.
77

8-
See also: [An Async / Await Library for Emacs Lisp][post]
8+
Introduction: [An Async / Await Library for Emacs Lisp][post]
99

10-
Because it uses `record`, this package requires Emacs 26 or later.
10+
Installation is [available through MELPA][melpa]. Since it uses the
11+
`record` built-in, it requires Emacs 26 or later.
1112

1213
## Usage
1314

@@ -177,4 +178,5 @@ configurable download queue for `url-retrieve`:
177178

178179

179180
[asyncio]: https://docs.python.org/3/library/asyncio.html
181+
[melpa]: https://melpa.org/#/aio
180182
[post]: https://nullprogram.com/blog/2019/03/10/

0 commit comments

Comments
 (0)