Skip to content

Commit 65fc879

Browse files
fix: bash semantic marking
1 parent e30b930 commit 65fc879

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Help me fix bug #12345. Let's start with a test-first approach.
119119

120120
### Install from Marketplace
121121

122-
`bash
123-
plugin marketplace add IntelliPlugins/IntelliTect-dev
124-
`
122+
```bash
123+
copilot plugin marketplace add IntelliPlugins/IntelliTect-dev
124+
```
125125

126126
### Install All Plugins
127127

docs/guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Extend GitHub Copilot with enterprise C# development, Coalesce framework, and Vu
44

55
## Install from Marketplace
66

7-
`bash
8-
plugin marketplace add IntelliPlugins/IntelliTect-dev
9-
`
7+
```bash
8+
copilot plugin marketplace add IntelliPlugins/IntelliTect-dev
9+
```
1010

1111
## Install Your First Plugin
1212

0 commit comments

Comments
 (0)