diff --git a/README.md b/README.md index 584fd5a..e8f1e90 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ -### Rmphp/Content +## Rmphp/Content Template component for **Rmphp** +## Install + +Stable version + +```bash +composer require rmphp/content +``` +```bash +composer require rmphp/content:"^1.0" +``` + + +Dev version contains the latest changes + +```bash +composer require rmphp/content:"1.0.x-dev" +```