From 8ab0c9fe2b13f7b2f90b3582d4f6782f2fe9b525 Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Sun, 3 Nov 2024 23:50:27 -0500 Subject: [PATCH] update doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be99865..deacbb8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Open a command console, enter your project directory and execute: $ composer require yceruto/decorator-bundle ``` -## Available Decorators +## Bundle Decorators ### Transactional @@ -59,6 +59,12 @@ class MyController } ``` +## Native Decorators + + * Compound + +See https://github.com/yceruto/decorator `README.md` file for details. + ## License This software is published under the [MIT License](LICENSE)