10417dd6 by Dobrosław Żybort

Update: clean and fix README markdown

1 parent 541d7f71
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
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 which is inspired from tornado and sinatra.
6 6
7 It is a simply & powerful web framework. 7 It is a simply & powerful web framework.
8 8
...@@ -24,12 +24,13 @@ Have this features: ...@@ -24,12 +24,13 @@ Have this features:
24 24
25 [中文文档](https://github.com/astaxie/beego/tree/master/docs/zh) 25 [中文文档](https://github.com/astaxie/beego/tree/master/docs/zh)
26 26
27
27 ## LICENSE 28 ## LICENSE
28 beego is licensed under the Apache Licence, Version 2.0 29 beego is licensed under the Apache Licence, Version 2.0
29 (http://www.apache.org/licenses/LICENSE-2.0.html). 30 (http://www.apache.org/licenses/LICENSE-2.0.html).
30 31
32
31 ## Use Case 33 ## Use Case
32 34
33 - API documentation [gowalker](https://github.com/Unknwon/gowalker) 35 - API documentation [gowalker](https://github.com/Unknwon/gowalker)
34 - CMS [toropress](https://github.com/insionng/toropress) 36 - CMS [toropress](https://github.com/insionng/toropress)
35
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!