From 7897f8e58385c4b45b56b2ecbaba396970654522 Mon Sep 17 00:00:00 2001 From: WilsonWu Date: Fri, 23 Jun 2017 16:19:28 -0400 Subject: [PATCH] fix link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改无效链接 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c1ae6e..be3b6d2 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ _注意_:[quick-start](/quick-start)目录为示范文件,你可以任意修改. ## Electron学习要点: -1. 由于Electron基于Node.js,对于新手而言,入门第一关应当稍微熟悉[Node.js的文档](https://nodejs.org/dist/latest/docs/doc/api/). +1. 由于Electron基于Node.js,对于新手而言,入门第一关应当稍微熟悉[Node.js的文档](https://nodejs.org/dist/latest/docs/api/). 特别是如os,path等常用模块化的引用,这是非常必要的. @@ -262,4 +262,4 @@ _注意_:[quick-start](/quick-start)目录为示范文件,你可以任意修改. * [上传数据对象](api/structures/upload-data.md) * [上传文件系统对象](api/structures/upload-file-system.md) * [上传文件对象](api/structures/upload-file.md) -* [上传原始数据对象](api/structures/upload-raw-data.md) \ No newline at end of file +* [上传原始数据对象](api/structures/upload-raw-data.md)