diff --git a/README.md b/README.md index 90c6e81..13bf5be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ -### Rmphp/Foundation +## Rmphp/Foundation Foundation for **Rmphp** components +## Install + +Stable version + +```bash +composer require rmphp/foundation +``` +```bash +composer require rmphp/foundation:"^1.0" +``` + + +Dev version contains the latest changes + +```bash +composer require rmphp/foundation:"1.0.x-dev" +``` +