Skip to content

Commit

Permalink
added tutorial link to README.md and README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceWangNo1 committed Jun 2, 2019
1 parent d148bac commit 10bde1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Gateway/[简体中文](README_CN.md)
-------
Gateway is a restful API gateway based on HTTP, which can be used as a unified API access layer.

## Tutorial
A very detailed tutorial for beginners. [Link](./docs/tutorial.md)

## Features
* Traffic Control (on Server or API)
* Circuit Breaker (on Server or API)
Expand Down
3 changes: 3 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Gateway/[English](./README.md)
-------
Gateway 是一个基于HTTP协议的restful的API网关。可以作为统一的API接入层。

## 教程
如果你是一个初学者,那么这个[详细的教程](./docs/tutorial.md)非常适合你。现在只有英文版本。

## Features
* 流量控制(Server或API级别)
* 熔断(Server或API级别)
Expand Down

0 comments on commit 10bde1a

Please sign in to comment.