65ec2db4 by Mark Story

Fix typos in the readme file.

1 parent 001e33f3
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
2 2
3 [![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest) 3 [![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!