Merge pull request #96 from JamesMura/patch-1

Fixing typo in README.md
This commit is contained in:
Lunny Xiao 2014-04-15 21:42:19 +08:00
commit 7eed0a92f1
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Xorm is a simple and powerful ORM for Go.
* Both ORM and raw SQL operation Support * Both ORM and raw SQL operation Support
* Sync database sechmea Support * Sync database schema Support
* Query Cache speed up * Query Cache speed up
@ -119,4 +119,4 @@ If you want to pull request, please see [CONTRIBUTING](https://github.com/lunny/
# LICENSE # LICENSE
BSD License BSD License
[http://creativecommons.org/licenses/BSD/](http://creativecommons.org/licenses/BSD/) [http://creativecommons.org/licenses/BSD/](http://creativecommons.org/licenses/BSD/)