From 6c5ad113ffd2531a96b8d69807b0d11fdac4c969 Mon Sep 17 00:00:00 2001 From: Basil Date: Wed, 18 Jul 2018 13:05:27 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)