From 69aca59a825993ea520b1eefcd9444eec425456f Mon Sep 17 00:00:00 2001 From: Hugo Duval <42731924+hdasdoria@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:28:24 +0100 Subject: [PATCH] docs: update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 598ed07..376755c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Simple QuickShopping management for Sylius Shops. Add multiple products to your ## Installation --- -1. run `composer require asdoria/sylius-quick-shopping-plugin` +1. Run `composer require asdoria/sylius-quick-shopping-plugin` 2. Add the bundle in `config/bundles.php`. @@ -91,5 +91,13 @@ Note that we have developed several other open source plugins for Sylius, whose ## Usage -1. In the shop office, go to /en_US/quick-shopping (`asdoria_shop_quick_shopping_index` route). +In the shop office, go to /en_US/quick-shopping (`asdoria_shop_quick_shopping_index` route). + +## Contribution + +Wish to contribute? Please do! We are always looking for improving this plugin. To do so, feel free to raise PR or issues on this repo. + +This plugin is part of Asdoria work on Open Source, feel free to look on our current as well as future work on [our website](https://asdoria.github.io/). + +Have a nice day :)