Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Mar 22, 2018
1 parent e98af82 commit 9c58bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@ func main() {

[More](https://github.com/henrylee2cn/tp-micro/tree/master/samples)

## 6. License
## 5 License

Ants is under Apache v2 License. See the [LICENSE](https://github.com/xiaoenai/ants/raw/master/LICENSE) file for the full license text
8 changes: 4 additions & 4 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Ants 是一套基于 [TP-Micro](https://github.com/henrylee2cn/tp-micro)[Teleport](https://github.com/henrylee2cn/teleport) 的、高可用的微服务平台解决方案。

## 1. 安装
## 1 安装

```
go version ≥ 1.9
Expand All @@ -13,7 +13,7 @@ go version ≥ 1.9
go get -u -f -d github.com/xiaoenai/ants/...
```

## 2. 特性
## 2 特性

- 支持服务自动发现
- 支持自定义服务链接选择器
Expand Down Expand Up @@ -160,7 +160,7 @@ example: `ant run -x .yaml -p myant` or `ant run`

[更多 Ant 命令](https://github.com/xiaoenai/ants/tree/master/ant)

## 5. Ant项目示例
## 4 Ant项目示例

- server

Expand Down Expand Up @@ -242,6 +242,6 @@ func main() {

[更多](https://github.com/henrylee2cn/tp-micro/tree/master/samples)

## 6. 开源协议
## 5 开源协议

Ant 项目采用商业应用友好的 [Apache2.0](https://github.com/xiaoenai/ant/raw/master/LICENSE) 协议发布

0 comments on commit 9c58bd6

Please sign in to comment.