Skip to content

Commit a9f2091

Browse files
committed
docs: Fix formatting for theme installation instructions in README
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
1 parent ced341d commit a9f2091

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ An [OpenFeature](https://openfeature.dev)-branded theme for [Slidev](https://git
88

99
Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
1010

11-
<pre><code>---
12-
theme: <b>@openfeature/slidev-theme-open-feature</b>
13-
---</code></pre>
11+
```md
12+
---
13+
theme: '@openfeature/slidev-theme-open-feature'
14+
---
15+
```
1416

1517
Learn more about [how to use a theme](https://sli.dev/guide/theme-addon#use-theme).
1618

0 commit comments

Comments
 (0)