Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8e1829f

Browse files
Apply suggestions from code review
1 parent 3fd7bb4 commit 8e1829f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extensions/install/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Prior to installation, you may want to:
3939
To install an extension, you must:
4040

4141
1. Get an extension from the Commerce Marketplace or another extension developer.
42-
1. if you install an extension from the Commerce Marketplace make sure the repo.magento.com repository exists in your composer.json:
42+
1. If you install an extension from the Commerce Marketplace, make sure that the `repo.magento.com` repository exists in your `composer.json` file:
43+
4344
```bash
4445
"repositories": [
4546
{
@@ -48,6 +49,7 @@ To install an extension, you must:
4849
}
4950
]
5051
```
52+
5153
1. Get the extension's Composer name and version.
5254
1. Update the `composer.json` file in your Magento project with the name and version of the extension.
5355
1. Verify that the extension installed properly.

0 commit comments

Comments
 (0)