Typo fixes

pull/4649/head
Tuğçe Küçükoğlu 2023-10-18 15:25:15 +03:00
parent 52feaf17b1
commit bcb78143c1
1 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@ export default {
code: {
basic: `
# Using npm
npm install --save-dev nuxt-primevue
npm install primevue
# Using yarn
yarn add --dev nuxt-primevue
yarn add primevue
# Using pnpm
pnpm add -D nuxt-primevue
pnpm add primevue
`
}
};