branch: elpa/with-simulated-input
commit 4932368712569d0dd0bfbc5aa7187616f3b9c30f
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Add MELPA links
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b670322549..64a5bd4eec 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# with-simulated-input
-[](https://travis-ci.org/DarwinAwardWinner/with-simulated-input)
-<!-- (Not in MELPA yet) [](https://stable.melpa.org/#/with-simulated-input)
-->
+[](https://travis-ci.org/DarwinAwardWinner/with-simulated-input)
[](https://stable.melpa.org/#/with-simulated-input)
This package provides an Emacs Lisp macro, `with-simulated-input`,
which evaluates one or more forms while simulating a sequence of input
@@ -43,7 +42,7 @@ actually runs immediately.
In fact, you can put any lisp code in between input strings
in this way.
-<!-- Get it from MELPA: https://stable.melpa.org/#/with-simulated-input -->
+Get it from MELPA: https://stable.melpa.org/#/with-simulated-input
## Running the tests