From 69fffdd2e2ad670a28847d9f37a39bb975238d27 Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 6 Jul 2021 10:33:45 +0200 Subject: [PATCH] Fix typo in readme #263 --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 14a297f..af00146 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Ormar is built with: ### License -`ormar` is built as an open-sorce software and remain completely free (MIT license). +`ormar` is built as an open-source software and remain completely free (MIT license). As I write open-source code to solve everyday problems in my work or to promote and build strong python community you can say thank you and buy me a coffee or sponsor me with a monthly amount to help ensure my work remains free and maintained. @@ -93,11 +93,8 @@ community you can say thank you and buy me a coffee or sponsor me with a monthly padding: 10px; line-height: 0px; height: 40px; -"> - -Sponsor +"> +Sponsor - Github Sponsors @@ -109,7 +106,7 @@ tool that can help you with translating existing sqlalchemy orm models so you do **Beta** versions available at github: [`sqlalchemy-to-ormar`](https://github.com/collerek/sqlalchemy-to-ormar) or simply `pip install sqlalchemy-to-ormar` -`sqlalchemy-to-ormar` can be used in pair with `sqlacodegen` to auto-map/ generate `ormar` models from existing database, even if you don't use the `sqlalchemy` for your project. +**`sqlalchemy-to-ormar` can be used in pair with `sqlacodegen` to auto-map/ generate `ormar` models from existing database, even if you don't use the `sqlalchemy` for your project.** ### Migrations & Database creation @@ -674,4 +671,4 @@ Signals allow to trigger your function for a given event on a given Model. [migrations]: https://collerek.github.io/ormar/models/migrations/ [asyncio]: https://docs.python.org/3/library/asyncio.html [releases]: https://collerek.github.io/ormar/releases/ -[tests]: https://github.com/collerek/ormar/tree/master/tests \ No newline at end of file +[tests]: https://github.com/collerek/ormar/tree/master/tests