Skip to content

Commit 76cf8f4

Browse files
Bump
1 parent f9fe8ab commit 76cf8f4

File tree

3 files changed

+207
-158
lines changed

3 files changed

+207
-158
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const { OPTIONS } = require('./api-type-definitions.js');
1414
* @example
1515
* createDesktopShortcut({
1616
* windows: { filePath: 'C:\\path\\to\\executable.exe' },
17-
* linux: { filePath: '/home/path/to/executable' },
18-
* osx: { filePath: '/home/path/to/executable' }
17+
* linux: { filePath: '/home/path/to/executable' },
18+
* osx: { filePath: '/home/path/to/executable' }
1919
* });
2020
*
2121
* @param {OPTIONS} options Options object for each OS, and global options

0 commit comments

Comments
 (0)