Skip to content

Commit 1ea7455

Browse files
committed
[update] update readme file.
1 parent 0e3e1a5 commit 1ea7455

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ $database = new Medoo([
6161
'password' => 'your_password'
6262
]);
6363

64-
// Enjoy
6564
$database->insert('account', [
6665
'user_name' => 'foo',
6766
'email' => '[email protected]'
@@ -88,7 +87,7 @@ For starting a new pull request, please make sure it's compatible with other dat
8887

8988
Run `phpunit tests` for unit testing and `php-cs-fixer fix` for fixing code style.
9089

91-
Each commit is started with `[fix]`, `[feature]` or `[update]` tag to indicate the change.
90+
Each commit should start with `[fix]`, `[feature]` or `[update]` tag to indicate the change.
9291

9392
Please keep it simple and keep it clear.
9493

@@ -102,4 +101,6 @@ Medoo is under the MIT license.
102101

103102
* Documentation: [https://medoo.in/doc](https://medoo.in/doc)
104103

105-
* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP)
104+
* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP)
105+
106+
* Open Collective: [https://opencollective.com/medoo](https://opencollective.com/medoo)

0 commit comments

Comments
 (0)