From 65d50db71aea3b3a59bd6141ab73688c41a47b9d Mon Sep 17 00:00:00 2001 From: Islam Magdy Date: Sun, 5 Nov 2017 01:13:09 +0200 Subject: [PATCH] Update DOCUMENTATION.md Start and end date for authros is required (and throws exception if missing), these 2 options are missing from the docs. --- DOCUMENTATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 28c5ef1..2c155ff 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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