Update docs-translations/zh-CN/api/shell.md

Close #6099.
This commit is contained in:
Cheng Zhao 2016-06-26 13:36:05 +09:00
parent 7d38384bdd
commit 4e747b56b0

View file

@ -6,7 +6,7 @@
在用户默认浏览器中打开URL的示例:
```javascript
var shell = require('shell');
const {shell} = require('electron');
shell.openExternal('https://github.com');
```