Skip to content

Commit 65d50db

Browse files
authored
Update DOCUMENTATION.md
Start and end date for authros is required (and throws exception if missing), these 2 options are missing from the docs.
1 parent c30cb1e commit 65d50db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DOCUMENTATION.md

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Creates an array with the authors of a git repository.
136136

137137
- **String|Object** `options`: The repo path or an object containing the following fields:
138138
- `repo` (String): The repository path.
139+
- `start` (String): The start date.
140+
- `end` (String): The end date.
139141
- **Function** `callback`: The callback function.
140142

141143
#### Return

0 commit comments

Comments
 (0)