Skip to content

Commit

Permalink
Fix libui-node require statement in example
Browse files Browse the repository at this point in the history
  • Loading branch information
edhedges authored May 22, 2019
1 parent 7da20e4 commit 298216d
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 298216d

Please sign in to comment.