Update DOCUMENTATION.md

Start and end date for authros is required (and throws exception if missing), these 2 options are missing from the docs.
This commit is contained in:
Islam Magdy 2017-11-05 01:13:09 +02:00 committed by GitHub
parent c30cb1edb7
commit 65d50db71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ Creates an array with the authors of a git repository.
- **String|Object** `options`: The repo path or an object containing the following fields:
- `repo` (String): The repository path.
- `start` (String): The start date.
- `end` (String): The end date.
- **Function** `callback`: The callback function.
#### Return