diff --git a/README.md b/README.md index a28cad0..b6cfcad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ -### Rmphp/Storage +## Rmphp/Storage DB component for **Rmphp** +## Install + +Stable version + +```bash +composer require rmphp/kernel +``` +```bash +composer require rmphp/kernel:"^1.0" +``` + + +Dev version contains the latest changes + +```bash +composer require rmphp/kernel:"1.0.x-dev" +```