Skip to content

Commit

Permalink
docs: improve feature describe (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and fengmk2 committed Jun 24, 2017
1 parent 5ae7814 commit 7c2e436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/source/en/intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Egg is a convention-over-configuration framework, follows the [Loader](../advanc

## features

- depth [customizd framework](../advanced/framework.md)
- highly extensible [plug-in mechanism](../advanced/plugin.md)
- built-in [cluster](../advanced/cluster-client.md)
- based on [koa] with high performance
- stable core framework with high test coverage.
- [progressive development](../tutorials/progressive.md)
- Provide capability to [customizd framework](../advanced/framework.md) base on Egg
- Highly extensible [plug-in mechanism](../advanced/plugin.md)
- Built-in [cluster](../advanced/cluster-client.md)
- Based on [Koa] with high performance
- Stable core framework with high test coverage
- [Progressive development](../tutorials/progressive.md)

[Sails]: http://sailsjs.com
[Express]: http://expressjs.com
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Egg 奉行『**约定优于配置**』,按照[一套统一的约定](../advanc

## 特性

- 深度[框架定制](../advanced/framework.md)
- 提供基于 Egg [定制上层框架](../advanced/framework.md)的能力
- 高度可扩展的[插件机制](../advanced/plugin.md)
- 内置[多进程管理](../advanced/cluster-client.md)
- 基于 [Koa] 开发,性能优异
Expand Down

0 comments on commit 7c2e436

Please sign in to comment.