From c32cd684054eb7a5af0ce4c71ac4a574fd628d4f Mon Sep 17 00:00:00 2001 From: Hans Nieser Date: Wed, 23 Nov 2022 14:12:53 +0100 Subject: [PATCH] docs: add installation instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7311084..1472812 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # ReachDigital_CustomerConfirmationGraphQl -Add GraphQL mutation for confirming customers when this setting is enabled, see `src/etc/schema.graphqls`. \ No newline at end of file +Add GraphQL mutation for confirming customers when this setting is enabled, see `src/etc/schema.graphqls`. + +## Installation + +```bash +composer require reach-digital/magento2-customer-confirmation-graph-ql +```