Skip to content

Commit

Permalink
[docs] add skeletonlib mention to readme (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cahllagerfeld authored Sep 12, 2022
1 parent 42804d6 commit 1e3f67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { create } from 'create-svelte';

await create('my-new-app', {
name: 'my-new-app',
template: 'default', // or 'skeleton'
template: 'default', // or 'skeleton' or 'skeletonlib'
types: 'checkjs', // or 'typescript' or null;
prettier: false,
eslint: false,
Expand Down

0 comments on commit 1e3f67b

Please sign in to comment.