Skip to content

Commit ba84129

Browse files
committed
docs: update readme
1 parent b59803c commit ba84129

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
@@ -7,7 +7,7 @@
77

88
> [Ionic](https://ionicframework.com/docs/) integration for [Nuxt](https://nuxtjs.org)
99
10-
**⚠️ `nuxt-ionic` is currently a work in progress. Expect breaking changes.**
10+
**⚠️ `nuxt-ionic` is currently a work in progress. Expect breaking changes. ⚠️**
1111

1212
## Features
1313

@@ -22,7 +22,9 @@
2222
1. Add `nuxt-ionic` dependency to your project
2323

2424
```bash
25-
yarn add --dev nuxt-ionic # or npm install -D nuxt-ionic or pnpm i -D nuxt-ionic
25+
yarn add --dev nuxt-ionic
26+
# npm install -D nuxt-ionic
27+
# pnpm i -D nuxt-ionic
2628
```
2729

2830
1. Add `nuxt-ionic` to the `modules` section of `nuxt.config.ts`
@@ -35,7 +37,7 @@ export default defineNuxtConfig({
3537
ionic: {
3638
// default options - no configuration is required
3739
integrations: {
38-
router,
40+
router: true,
3941
},
4042
css: {
4143
core: true,

0 commit comments

Comments
 (0)