Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Resolves #25
  • Loading branch information
atinux committed Oct 18, 2023
1 parent fa7491a commit 0ecbb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ pnpm install

Your theme is at the root of this repository, it is exactly like a regular Nuxt project, except you can publish it on NPM.

The `.playground` directory should help you on trying your theme during development.
The `.starters/default/` directory should help you on trying your theme during development.

Running `pnpm dev` will prepare and boot `.playground` directory, which imports your theme itself.
Running `pnpm dev` will prepare and boot `.starters/default/` directory, which imports your theme itself.

## Distributing your theme

Expand Down

0 comments on commit 0ecbb5e

Please sign in to comment.