branch: master
commit 8bb464f29fb12c6a822e45cea46d1134b1017dc2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add melpa badges to README.
---
README.md | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 7e4fa80..7e9e0af 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img
src="https://img.shields.io/badge/license-GPL_3-green.svg" alt="License GPL 3"
/></a>
+<a href="http://melpa.org/#/async"><img
src="http://melpa.org/packages/async-badge.svg" alt="MELPA" title="" /></a>
+<a href="http://stable.melpa.org/#/async"><img
src="http://stable.melpa.org/packages/async-badge.svg" alt="MELPA Stable"
title="" /></a></p>
+
+
# emacs-async
`async.el` is a module for doing asynchronous processing in Emacs.