Updated docs

This commit is contained in:
Ionică Bizău 2017-01-15 20:14:45 +02:00
parent 4f6f94983e
commit bc6f089613
3 changed files with 3 additions and 3 deletions

View file

@ -41,8 +41,7 @@ Records a new commit.
#### Return
- **GitStats** The `GitStats` instance.
### `record(data, callback)`
removeCommit
### `removeCommit(data, callback)`
Deletes a specifc commit from the history.
#### Params

View file

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-16 Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)
Copyright (c) 2015-17 Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -256,6 +256,7 @@ Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
- [`git-stats-fcc-importer`](https://github.com/cmal/git-stats-fcc-importer#readme) (by Yu Zhao)—git-stats importer for FreeCodeCamp users
- [`git-stats-importer`](https://github.com/IonicaBizau/git-stats-importer)—Imports your commits from a repository into git-stats history.
## :scroll: License