Skip to content

Commit

Permalink
fix: 'type=install' now highlighted in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YonicDev committed Feb 2, 2025
1 parent 3a017ff commit 1ad43a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The code above generates the following commands:

To install all dependencies, you can use the `install` type, with no other props specified.

```mdx title="src/content/docs/example.mdx" 'type="exec"' 'args="add solid"'
```mdx title="src/content/docs/example.mdx" 'type="install"'
import { PackageManagers } from 'starlight-package-managers'

<PackageManagers type="install" />
Expand Down

0 comments on commit 1ad43a5

Please sign in to comment.