From a69c2bbcddf266fa26170b9d3b645ee20395e2d6 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 15 Dec 2024 00:09:42 +0700 Subject: [PATCH] rebranging --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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