Fix typos in the readme file.
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -2,16 +2,16 @@ | ... | @@ -2,16 +2,16 @@ |
| 2 | 2 | ||
| 3 | [](https://drone.io/github.com/astaxie/beego/latest) | 3 | [](https://drone.io/github.com/astaxie/beego/latest) |
| 4 | 4 | ||
| 5 | beego is a Go Framework which is inspired from tornado and sinatra. | 5 | beego is a Go Framework inspired by tornado and sinatra. |
| 6 | 6 | ||
| 7 | It is a simply & powerful web framework. | 7 | It is a simple & powerful web framework. |
| 8 | 8 | ||
| 9 | more info [beego.me](http://beego.me) | 9 | More info [beego.me](http://beego.me) |
| 10 | 10 | ||
| 11 | ## Features | 11 | ## Features |
| 12 | 12 | ||
| 13 | * RESTFul support | 13 | * RESTFul support |
| 14 | * MVC architecture | 14 | * MVC architecture |
| 15 | * Session support (store in memory, file, Redis or MySQL) | 15 | * Session support (store in memory, file, Redis or MySQL) |
| 16 | * Cache support (store in memory, Redis or Memcache) | 16 | * Cache support (store in memory, Redis or Memcache) |
| 17 | * Global Config | 17 | * Global Config | ... | ... |
-
Please register or sign in to post a comment