mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-21 21:02:10 +01:00
Minor fixes
This commit is contained in:
parent
c3ee5aef77
commit
94b9e10777
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ var GitStats = require("git-stats");
|
||||||
GitStats.ansiCalendar(opts, fn);
|
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.
|
instances we want.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue