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