Skip to content

Commit

Permalink
docs(readme): fix extends use @nuxt-awesome/theme
Browse files Browse the repository at this point in the history
  • Loading branch information
viandwi24 committed Jul 8, 2023
1 parent ef7ce74 commit 2da84d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ nuxt 3 have a new feature called "Nuxt Layer", with this feature you can create
this is a simple way to use this template :
- create a new fresh nuxt 3 project with `pnpm dlx nuxi@latest init my-app`
- install nuxt awesome deps `pnpm add @nuxt-awesome/theme`
- add `extends: 'github:viandwi24/nuxt3-awesome-starter'` on your `nuxt.config.ts` file
- add `extends: '@nuxt-awesome/theme'` on your `nuxt.config.ts` file
```ts
# nuxt.config.ts
export default defineNuxtConfig({
Expand Down

0 comments on commit 2da84d7

Please sign in to comment.