diff --git a/LICENSE.md b/LICENSE.md index b2eb2fb8..148da484 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 2189369d..318ce842 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` @@ -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) \ No newline at end of file +* Documentation: [https://medoo.in/doc](https://medoo.in/doc) + +* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP) \ No newline at end of file