Skip to content

Commit

Permalink
[update] update readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelaon committed Jul 2, 2022
1 parent 0e3e1a5 commit 1ea7455
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ $database = new Medoo([
'password' => 'your_password'
]);

// Enjoy
$database->insert('account', [
'user_name' => 'foo',
'email' => '[email protected]'
Expand All @@ -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.

Expand All @@ -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)
* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP)

* Open Collective: [https://opencollective.com/medoo](https://opencollective.com/medoo)

0 comments on commit 1ea7455

Please sign in to comment.