From 1ea745510658d7eb9284622eebb2be74b2f6611d Mon Sep 17 00:00:00 2001 From: Angel Date: Sat, 2 Jul 2022 12:08:49 +0800 Subject: [PATCH] [update] update readme file. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44595238..cfdf9002 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ $database = new Medoo([ 'password' => 'your_password' ]); -// Enjoy $database->insert('account', [ 'user_name' => 'foo', 'email' => 'foo@bar.com' @@ -88,7 +87,7 @@ For starting a new pull request, please make sure it's compatible with other dat Run `phpunit tests` for unit testing and `php-cs-fixer fix` for fixing code style. -Each commit is started with `[fix]`, `[feature]` or `[update]` tag to indicate the change. +Each commit should start with `[fix]`, `[feature]` or `[update]` tag to indicate the change. Please keep it simple and keep it clear. @@ -102,4 +101,6 @@ Medoo is under the MIT license. * Documentation: [https://medoo.in/doc](https://medoo.in/doc) -* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP) \ No newline at end of file +* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP) + +* Open Collective: [https://opencollective.com/medoo](https://opencollective.com/medoo) \ No newline at end of file