summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index dee3c077..4cf2ffd4 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,15 @@ It is written in python using the [urwid][urwid] toolkit.
Have a look at the [user manual][docs] for installation notes, advanced usage,
customization and hacking guides.
-Do comment on the code or file issues!
+Do comment on the code or file issues!
Most of the developers hang out in `#alot@freenode`, feel free to ask questions or make suggestions there.
Badges
------
-[![Build Status](https://travis-ci.org/pazz/alot.svg?branch=master)](https://travis-ci.org/pazz/alot)
-[![Code Issues](https://www.quantifiedcode.com/api/v1/project/c5aaa4739c5b4f6eb75eaaf8c01da679/badge.svg)](https://www.quantifiedcode.com/app/project/c5aaa4739c5b4f6eb75eaaf8c01da679)
+[![Build Status][travis-img]][travis]
+[![Code Issues][quantcode-img]][quantcode]
Current features include:
-------------------------
@@ -52,3 +52,8 @@ See the [manual][docs] for more usage info.
[urwid]: http://excess.org/urwid/
[docs]: http://alot.rtfd.org
[features]: https://github.com/pazz/alot/issues?labels=feature
+[travis]: https://travis-ci.org/pazz/alot
+[quantcode]: https://www.quantifiedcode.com/app/project/c5aaa4739c5b4f6eb75eaaf8c01da679
+
+[travis-img]: https://travis-ci.org/pazz/alot.svg?branch=master
+[quantcode-img]: https://www.quantifiedcode.com/api/v1/project/c5aaa4739c5b4f6eb75eaaf8c01da679/badge.svg