From 37e5d384080c0ffd54c5849e4bcf8fcaba338625 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 25 Dec 2013 18:11:28 +0800 Subject: [PATCH] docs improved --- README.md | 4 ++++ README_CN.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d67951f9..8a159332 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ Or * [Very Hour](http://veryhour.com/) +# Todo + +[Todo List](https://trello.com/b/IHsuAnhk/xorm) + # Discuss Please visit [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xorm) diff --git a/README_CN.md b/README_CN.md index febc65f9..4268e8b0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -75,7 +75,11 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 * [Godaily](http://godaily.org) - [github.com/govc/godaily](http://github.com/govc/godaily) -* [Very Hour](http://veryhour.com/) +* [Very Hour](http://veryhour.com/) + +## Todo + +[开发计划](https://trello.com/b/IHsuAnhk/xorm) ## 讨论