From 85532eb12ed878bb73b81f0fc06f62b91e1cef70 Mon Sep 17 00:00:00 2001 From: Isaac Nickaein Date: Mon, 10 Feb 2020 22:41:27 +0330 Subject: [PATCH] Fix minor typos in README (#74) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11c144b..36a9326 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ ## Advanced, Powerful and easy to use ORM for Qt5 -## Features: +## Features - Easy to use - Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server - Automatically create and update database -- IDE auto complete support, No hard-code nedded -- Table join detect -- Suppor every Qt types. [Full list](doc/datatypes.md) +- Support for IDE autocomplete. No hard-coding is needed +- Detecting table joins +- Support common C++ and Qt-specific types ([Full list](doc/datatypes.md)) -## Getting start +## Getting started - [Sample codes](doc/start.md) - [Shared pointer and regular mode](doc/sharedpointer.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! ### Donate -Butcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj +Bitcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj -![Wallet addresst](btc-qr.png) +![Wallet address](btc-qr.png) For more information read [Wiki](wiki).