diff --git a/README.md b/README.md index 71ea44e..76455de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![MELPA](https://melpa.org/packages/avy-badge.svg)](https://melpa.org/#/avy) +[![MELPA Stable](https://stable.melpa.org/packages/avy-badge.svg)](https://stable.melpa.org/#/avy) + ## Introduction `avy` is a GNU Emacs package for jumping to visible text using a char-based decision tree. See also [ace-jump-mode](https://github.com/winterTTr/ace-jump-mode) and [vim-easymotion](https://github.com/Lokaltog/vim-easymotion) - `avy` uses the same idea.