Skip to content

Commit

Permalink
docs: improve
Browse files Browse the repository at this point in the history
  • Loading branch information
虹越 committed Jun 15, 2017
1 parent 64d1b00 commit 1208e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/zh-cn/core/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,11 +620,11 @@ console.log(result.res.timing);
先安装和开启插件:

```bash
$ npm i egg-development-proxyagent --save
$ npm i egg-development-proxyagent --save-dev
```

```js
// config/plugin.js
// config/plugin.local.js
exports.proxyagent = {
enable: true,
package: 'egg-development-proxyagent',
Expand Down

0 comments on commit 1208e74

Please sign in to comment.