Skip to content

Commit 3f771af

Browse files
Update README.md
1 parent b764ceb commit 3f771af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ const shortcutsCreated = createDesktopShortcut({
6565
* Your own custom logging function called with helpful warning/error
6666
* messages from the internal validators. Only used if verbose: true.
6767
*
68-
* @param {string} message The human readable warning/error message
69-
* @param {object} error Sometimes an error or options object is passed
68+
* @param {string} message The human readable warning/error message
69+
* @param {object} error Sometimes an error or options object is passed
7070
*/
7171
customLogger: function (message, error) {
7272
console.log(message, error);

0 commit comments

Comments
 (0)