Skip to content

Commit

Permalink
Merge pull request #135 from edhedges/patch-2
Browse files Browse the repository at this point in the history
Fix libui-node require statement in example
  • Loading branch information
parro-it authored May 22, 2019
2 parents 7da20e4 + 298216d commit aca80d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const {
startLoop,
stopLoop,
onShouldQuit
} = require('libui');
} = require('libui-node');


const menu = new UiMenu('File');
Expand Down

0 comments on commit aca80d9

Please sign in to comment.