From 65ec2db4e8e7424cb78baaf14ab6e92762e1e156 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 25 Sep 2013 09:40:24 -0400 Subject: [PATCH] Fix typos in the readme file. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b8f7aa6..c5ce8f34 100644 --- a/README.md +++ b/README.md @@ -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