📝 Match variable names

[ci skip]
This commit is contained in:
Plusb Preco 2016-05-11 02:16:32 +09:00
parent f1b184ef78
commit 885aeec442
3 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ image file path as a `String`:
```javascript
const appIcon = new Tray('/Users/somebody/images/icon.png');
let window = new BrowserWindow({icon: '/Users/somebody/images/window.png'});
let win = new BrowserWindow({icon: '/Users/somebody/images/window.png'});
```
Or read the image from the clipboard which returns a `nativeImage`: