Skip to content

Commit 3e1994c

Browse files
committed
chore: readme
1 parent 78451d1 commit 3e1994c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Nuxt Module to compile markdown files into Vue SFC at **build time**. This enabl
99

1010
- 📚 Write pages & components in Markdown
1111
- 💚 Use Vue components in Markdown.
12-
-
12+
- 👌 Support SEO & Page metas
1313

1414
## Install
1515

@@ -36,9 +36,7 @@ export default defineNuxtConfig({
3636
})
3737
```
3838

39-
## Usage
40-
41-
Create your components or pages as Markdown:
39+
3. Create your components or pages as Markdown ✨
4240

4341
```bash
4442
components/
@@ -50,7 +48,6 @@ pages/
5048

5149
## SEO & Page metas
5250

53-
5451
Use the `seo` property in the frontmatter to leverage [`useSeoMeta()`](https://nuxt.com/docs/api/composables/use-seo-meta):
5552

5653
```md

0 commit comments

Comments
 (0)