Fix minor typos in README (#74)
This commit is contained in:
parent
3a8e1a22c8
commit
85532eb12e
14
README.md
14
README.md
|
|
@ -8,15 +8,15 @@
|
||||||
## Advanced, Powerful and easy to use ORM for Qt5
|
## Advanced, Powerful and easy to use ORM for Qt5
|
||||||
|
|
||||||
|
|
||||||
## Features:
|
## Features
|
||||||
- Easy to use
|
- Easy to use
|
||||||
- Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server
|
- Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server
|
||||||
- Automatically create and update database
|
- Automatically create and update database
|
||||||
- IDE auto complete support, No hard-code nedded
|
- Support for IDE autocomplete. No hard-coding is needed
|
||||||
- Table join detect
|
- Detecting table joins
|
||||||
- Suppor every Qt types. [Full list](doc/datatypes.md)
|
- Support common C++ and Qt-specific types ([Full list](doc/datatypes.md))
|
||||||
|
|
||||||
## Getting start
|
## Getting started
|
||||||
- [Sample codes](doc/start.md)
|
- [Sample codes](doc/start.md)
|
||||||
- [Shared pointer and regular mode](doc/sharedpointer.md)
|
- [Shared pointer and regular mode](doc/sharedpointer.md)
|
||||||
- [Create database class](doc/database.md)
|
- [Create database class](doc/database.md)
|
||||||
|
|
@ -28,9 +28,9 @@
|
||||||
We need more documentation or wiki. If you can help to improve docs please fork now!
|
We need more documentation or wiki. If you can help to improve docs please fork now!
|
||||||
|
|
||||||
### Donate
|
### Donate
|
||||||
Butcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj
|
Bitcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For more information read [Wiki](wiki).
|
For more information read [Wiki](wiki).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue