diff --git a/README.md b/README.md index 49405c0..fbef354 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ phel-lang pdo wrapper library. -> **Notice**: This library is currently being prepared for migration to the phel-lang organization. -> -> After migration, it will be accessible as `phel-lang/phel-pdo`. - ## Description @@ -20,7 +16,7 @@ Therefore, I created a wrapper library (phel-pdo) that can handle PDO just by ca Install from composer. https://packagist.org/packages/phel-lang/phel-pdo ```bash -composer require phel/phel-pdo +composer require phel-lang/phel-pdo ``` ## Usage