Minor fixes

This commit is contained in:
Ionică Bizău 2015-09-15 01:03:50 +03:00
parent c3ee5aef77
commit 94b9e10777
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var GitStats = require("git-stats");
GitStats.ansiCalendar(opts, fn);
```
In `2.x.x` GitStats is a constructor. That allows us to create as many `git-stats`
In `2.x.x`, `GitStats` is a constructor. That allows us to create as many `git-stats`
instances we want.
```js