Skip to content

Commit

Permalink
docs: update supported starter template
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Mar 16, 2024
1 parent 77e6880 commit c8b83ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can use the starter to initialize a demo app to explore how to use this pack
npm create @document-kits/viewer@latest my-app

# There will be prompt to let you choose a template to start,
# currently only one `vite-vue-template` supported.
# currently support Vue3, Lit and Solid.js.

cd my-app

Expand All @@ -33,7 +33,7 @@ npm run dev --open
pnpm create @document-kits/viewer@latest my-app

# There will be prompt to let you choose a template to start,
# currently only one `vite-vue-template` supported.
# currently support Vue3, Lit and Solid.js.

cd my-app

Expand Down

0 comments on commit c8b83ea

Please sign in to comment.