From 94b9e10777b69b1e850539eb7bd15c3413ea5f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 15 Sep 2015 01:03:50 +0300 Subject: [PATCH] Minor fixes --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 04f69d6..dc586f8 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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