Skip to content

Commit

Permalink
[update] Update README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelaon committed May 4, 2022
1 parent 882c3c2 commit 48d35ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Angel Lai
Copyright (c) 2022 Angel Lai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

* **Compatible** - Supports MySQL, MSSQL, SQLite, MariaDB, PostgreSQL, Sybase, Oracle, and more.

* **Friendly** - Works well with every PHP framework, like Laravel, Codeigniter, Yii, Slim, and framework that are supporting singleton extension or composer.
* **Friendly** - Works well with every PHP framework, like Laravel, Codeigniter, Yii, Slim, and frameworks that are supporting singleton extension or composer.

* **Free** - Under the MIT license, you can use it anywhere, whatever you want.

Expand All @@ -35,7 +35,7 @@ PHP 7.3+ and installed PDO extension.

### Install via composer

Add Medoo to composer.json configuration file.
Add Medoo to the composer.json configuration file.
```
$ composer require catfan/medoo
```
Expand Down Expand Up @@ -100,4 +100,6 @@ Medoo is under the MIT license.

* Official website: [https://medoo.in](https://medoo.in)

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

* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP)

0 comments on commit 48d35ff

Please sign in to comment.