Skip to content

Commit

Permalink
docs: open should come with protocol (#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhennann authored and atian25 committed Jul 1, 2019
1 parent 9adcd40 commit c67ca20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/en/intro/quickstart.md
Expand Up @@ -24,7 +24,7 @@ Then get up and run by using the following commands.

```bash
$ npm run dev
$ open localhost:7001
$ open http://localhost:7001
```

## Step by Step
Expand Down Expand Up @@ -115,7 +115,7 @@ Now you can start up the Web Server and see your application in action.

```bash
$ npm run dev
$ open localhost:7001
$ open http://localhost:7001
```

> Note:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/zh-cn/intro/quickstart.md
Expand Up @@ -22,7 +22,7 @@ $ npm i

```bash
$ npm run dev
$ open localhost:7001
$ open http://localhost:7001
```

## 逐步搭建
Expand Down Expand Up @@ -111,7 +111,7 @@ egg-example

```bash
$ npm run dev
$ open localhost:7001
$ open http://localhost:7001
```

> 注意:
Expand Down

0 comments on commit c67ca20

Please sign in to comment.