We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73e387 commit 7184a3aCopy full SHA for 7184a3a
README.md
@@ -1,6 +1,6 @@
1
# CustomGento_DefaultStoreCodeRemover
2
3
-Magento 2 module for hiding default store code.
+Magento 2 module for hiding the store code in the default store.
4
5
## Description
6
@@ -15,7 +15,7 @@ The module is in effect only when <code>web/url/use_store</code> is enabled
15
* <code>bin/magento cache:flush</code>
16
* <code>bin/magento setup:di:compile</code>
17
18
-##Example
+## Example
19
When the store codes in the url are disabled, the URL of the stores looks like this: `https://website.com/`.
20
21
When the store codes in the url are enabled, the URL of the stores looks like this: `https://website.com/store_code/`.
0 commit comments