From 7592442c15809909aaa38e791897c140eb12a0a9 Mon Sep 17 00:00:00 2001 From: Asheesh Kumar Singh Date: Wed, 13 Jul 2022 20:50:54 +0530 Subject: [PATCH] Update getting-started.md --- docs/getting-started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 862f65c8..86712495 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -131,7 +131,12 @@ TRUNCATE TABLE `baseprovider_queue_job`; ## Uninstall Extension -1. Run this command in the root of your Magento installation directory: `bin/magento module:uninstall Avalara_BaseProvider` `bin/magento module:uninstall ClassyLlama_AvaTax` +1. Run this command in the root of your Magento installation directory: + + ```bash + bin/magento module:uninstall Avalara_BaseProvider + bin/magento module:uninstall ClassyLlama_AvaTax + ``` 2. If you installed the module using Composer, run these commands in the root of your Magento installation directory: