mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Update example api usage for require('nativefier').default
Fixes #120 Former-commit-id: 6cf9926e3f7ff59639f4df58b9db77b99f33f82b
This commit is contained in:
parent
fdecb6b8ac
commit
69a4d97ac2
@ -233,7 +233,7 @@ $ npm install --save nativefier
|
|||||||
In your `.js` file:
|
In your `.js` file:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var nativefier = require('nativefier');
|
var nativefier = require('nativefier').default;
|
||||||
|
|
||||||
// possible options
|
// possible options
|
||||||
var options = {
|
var options = {
|
||||||
|
Loading…
Reference in New Issue
Block a user