README.md in idonethis-cli-0.3.0 vs README.md in idonethis-cli-0.4.0
- old
+ new
@@ -1,7 +1,9 @@
A CLI for [idonethis](https://idonethis.com/).
+[![Build Status](https://travis-ci.org/ben-biddington/idonethis-cli.svg?branch=master)](http://travis-ci.org/ben-biddington/idonethis-cli)
+
## Installation
```
$ gem install idonethis-cli
```
@@ -27,9 +29,15 @@
2 2015-09-21T01:22:53.058 -- Some more refactoring
3 2015-09-21T01:13:00.111 -- [idone] Split adapters and use cases
4 2015-09-20T23:29:01.002 -- Some work in change contact (js)
5 2015-09-20T21:47:00.903 -- Do <code>backticks</code> work?
6 2015-09-20T21:46:00.053 -- Seems to work on windows, though we do get that gem warning <Unresolved specs during Gem::Specification.reset>
+```
+
+You can also list dones fore the past week:
+
+```
+$ idonethis list today
```
### Add done
```