README.md in ptt-1.0.1 vs README.md in ptt-1.0.2
- old
+ new
@@ -1,7 +1,9 @@
-# ptt (pivotal tracker terminal)
+[![Gem Version](https://badge.fury.io/rb/ptt.svg)](https://badge.fury.io/rb/ptt)
+# ptt ( pivotal tracker terminal )
+
Minimal client to use Pivotal Tracker API v5 from the command line (forked from pt
## Setup
@@ -62,13 +64,13 @@
Anything that takes an id will also take the num (index) from the ptt command.
```
## Problems?
-You can [open a new issue](https://github.com/raul/ptt/issues/new). It can be helpful to include a trace of the requests and responses you're getting from Pivotal Tracker: you can get it by adding the `--debug` parameter while invoking `ptt` (remember to remove all sensible data though).
+[Open a new issue](https://github.com/raul/ptt/issues/new). It can be helpful to include a trace of the requests and responses you're getting from Pivotal Tracker: you can get it by adding the `--debug` parameter while invoking `ptt` (remember to remove all sensible data though).
# Contributors
-- Slamet Kristanto (current maintainer of ptt)
+- Slamet Kristanto (Current maintainer of ptt)
- [orta therox](http://orta.github.com) (Current maintainer of pt)
- [Raul Murciano](http://raul.murciano.net) (Original author)
- [Anthony Crumley](https://github.com/craftycode)
- [Johan Andersson](http://johan.andersson.net)