2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 01:29:02 +00:00

Update example api usage for require('nativefier').default

Fixes #120

Former-commit-id: 6cf9926e3f7ff59639f4df58b9db77b99f33f82b
This commit is contained in:
Jia Hao 2016-02-19 00:54:43 +08:00
parent fdecb6b8ac
commit 69a4d97ac2

View File

@ -233,7 +233,7 @@ $ npm install --save nativefier
In your `.js` file:
```javascript
var nativefier = require('nativefier');
var nativefier = require('nativefier').default;
// possible options
var options = {