Skip to content

Commit c961d8c

Browse files
committed
Updated docs
1 parent 20aed6a commit c961d8c

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ Here is an example how to use this package as library. To install it locally, as
303303

304304
```js
305305
// Dependencies
306-
var GitStats = require("git-stats");
306+
const GitStats = require("git-stats");
307307

308308
// Create the GitStats instance
309-
var g1 = new GitStats();
309+
const g1 = new GitStats();
310310

311311
// Display the ansi calendar
312312
g1.ansiCalendar({
@@ -401,14 +401,6 @@ Thanks! :heart:
401401

402402

403403

404-
## :dizzy: Where is this library used?
405-
If you are using this library in one of your projects, add it in this list. :sparkles:
406-
407-
- `git-stats-fcc-importer`
408-
- `git-stats-importer`
409-
410-
411-
412404

413405

414406

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)