We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced341d commit a9f2091Copy full SHA for a9f2091
README.md
@@ -8,9 +8,11 @@ An [OpenFeature](https://openfeature.dev)-branded theme for [Slidev](https://git
8
9
Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
10
11
-<pre><code>---
12
-theme: <b>@openfeature/slidev-theme-open-feature</b>
13
----</code></pre>
+```md
+---
+theme: '@openfeature/slidev-theme-open-feature'
14
15
+```
16
17
Learn more about [how to use a theme](https://sli.dev/guide/theme-addon#use-theme).
18
0 commit comments