summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-28 02:09:36 +0300
committerKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-28 02:09:36 +0300
commitfeffa9d92443a2949afd4feb40b9a0f80e8ba940 (patch)
treef8df9b892e6d71b28455417e1aed6d000b3dde3b
parentc72c8c1ff8ee96fea29db4edea4a36dc48a7b91d (diff)
downloadgit-hours-feffa9d92443a2949afd4feb40b9a0f80e8ba940.zip
git-hours-feffa9d92443a2949afd4feb40b9a0f80e8ba940.tar.gz
git-hours-feffa9d92443a2949afd4feb40b9a0f80e8ba940.tar.bz2
Add more interesting example
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c2af75c..b0fcfb7 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,14 @@
Estimate time spent on a git repository.
-**Example**
+**For example time spent on Bootstrap**
```javascript
-➜ git-hours git:(master) githours
+➜ bootstrap git:(master) githours
{
"total": {
- "hours": 16,
- "commits": 45
+ "hours": 6345,
+ "commits": 9705
}
}
```