Skip to content

Commit

Permalink
change hapi version in docs README.md (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaySnow authored and lujjjh committed May 15, 2019
1 parent 4badf7b commit a69f133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ app.use(restc.koa2());

也可以参考我们提供的例子 [restc-example-koa2][restc-example-koa2]

### 1.4. Hapi 8.x 和 7.x
### 1.4. Hapi 18.x 和 17.x

使用 `restc.hapi` 中间件。

Expand All @@ -64,7 +64,7 @@ server.register(restc.hapi);

也可以参考我们提供的例子 [restc-example-hapi][restc-example-hapi]

### 1.5. Hapi 6.x
### 1.5. Hapi 16.x

使用 `restc.hapiLegacy` 中间件。

Expand Down

0 comments on commit a69f133

Please sign in to comment.