diff --git a/README.md b/README.md index 3316d0d..66b3cd2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ The LUYA privacy extension has helpers for privacy management, as needed by cert Install the extension through composer: -`composer require luyadev/luya-privacy:dev-master` +```sh +composer require luyadev/luya-privacy:~1.0.0 +``` ## Usage @@ -27,4 +29,4 @@ Please take a look at the description in the files for usage and API details: + [Privacy Asset](https://github.com/luyadev/luya-privacy/blob/master/src/PrivacyAsset.php) + [Cookie Widget](https://github.com/luyadev/luya-privacy/blob/master/src/widgets/PrivacyWidget.php) -+ [Privacy Trait](https://github.com/luyadev/luya-privacy/blob/master/src/traits/PrivacyTrait.php) \ No newline at end of file ++ [Privacy Trait](https://github.com/luyadev/luya-privacy/blob/master/src/traits/PrivacyTrait.php)