Commit f9ed74a9 authored by astaxie's avatar astaxie

Merge pull request #219 from markstory/readme-fixes

Fix typos in the readme file.
parents 001e33f3 65ec2db4
......@@ -2,16 +2,16 @@
[![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest)
beego is a Go Framework which is inspired from tornado and sinatra.
beego is a Go Framework inspired by tornado and sinatra.
It is a simply & powerful web framework.
It is a simple & powerful web framework.
more info [beego.me](http://beego.me)
More info [beego.me](http://beego.me)
## Features
* RESTFul support
* MVC architecture
* MVC architecture
* Session support (store in memory, file, Redis or MySQL)
* Cache support (store in memory, Redis or Memcache)
* Global Config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment