mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fixes typo within readme
This commit is contained in:
@@ -104,7 +104,7 @@ binary. Use this to spawn Electron from Node scripts:
|
||||
var electron = require('electron')
|
||||
var proc = require('child_process')
|
||||
|
||||
// will something similar to print /Users/maf/.../Electron
|
||||
// will print something similar to /Users/maf/.../Electron
|
||||
console.log(electron)
|
||||
|
||||
// spawn Electron
|
||||
|
||||
Reference in New Issue
Block a user