diff --git a/README.md b/README.md index c447eeb..48c3c00 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Dolboeb database +# Ebaboba database A lightweight database in pure PHP
At the moment the project is a modified RFC 4180 @@ -9,16 +9,16 @@ At the moment the project is a modified RFC 4180 - PHP 8.4 ## Installation -1. `composer require mirzaev/dolboeb` -2. Create a class that inherits `mirzaev/dolboeb/database` and redefine the `database::FILE` constant +1. `composer require mirzaev/ebaboba` +2. Create a class that inherits `mirzaev/ebaboba/database` and redefine the `database::FILE` constant 3. Enjoy! ## Example ```php