diff --git a/README.md b/README.md index 186147a..06e85a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This package provides you with a registry service and an Eel helper to get and set values on it. +Installation: `composer require psmb/registry` + Example: ``` @@ -14,4 +16,4 @@ root = T:Collection { value = ${Registry.get('acc')} } } -``` \ No newline at end of file +```