branch: master commit 650085852ea8753772fadb598432e30796a50bc1 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Try to tidy badges a little --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c0e10..5155738 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[](https://travis-ci.org/rocky/emacs-dbgr) [](http://stable.melpa.org/#/realgud) [](https://melpa.org/#/realgud) +[![Build Status][travis-image]][travis-url] +[![MELPA Stable][melpa-image]][melpa-stable] A modular GNU Emacs front-end for interacting with external debuggers. @@ -15,3 +16,8 @@ To get started using, see the [notes on using realgud](http://wiki.github.com/rocky/emacs-dbgr/how-to-use). *Author:* Rocky Bernstein <ro...@gnu.org> + +[travis-image]: https://img.shields.io/travis/rocky/emacs-dbgr.svg?style=flat-square +[travis-url]: https://travis-ci.org/rocky/emacs-dbgr +[melpa-image]: http://stable.melpa.org/packages/realgud-badge.svg +[melpa-stable]: http://stable.melpa.org/#/realgud