Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Jan 30, 2024
1 parent 6f96b47 commit e77a41b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Compatible with all versions of NW.js.
v0.12.3 | :heavy_check_mark:
v0.14.7 | :heavy_check_mark:
v0.40.0 | :heavy_check_mark:
v0.83.0 | :heavy_check_mark:

Works on all platforms NW.js runs on (Windows, Linux, OSX).


## Installation
Expand Down Expand Up @@ -49,7 +52,7 @@ const options = {

// Optional asynchronous callback function.
// Returns a string to the path, like 'C:\Users\Bob\Desktop', or undefined if no selection made
const callback = function (selection) {
function callback (selection) {
if (selection) {
console.log('The user chose ' + selection);
} else {
Expand Down

0 comments on commit e77a41b

Please sign in to comment.