Skip to content

Commit

Permalink
Merge pull request fagongzi#151 from BruceWangNo1/master
Browse files Browse the repository at this point in the history
added tutorial link to README.md and README_CN.md
  • Loading branch information
zhangxu19830126 authored Jun 2, 2019
2 parents 8c34c2b + 10bde1a commit da61579
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 da61579

Please sign in to comment.