Skip to content

Commit 0125cc3

Browse files
kentrrschristian
andauthored
docs: Add mention of widget-typescript template (#1641)
* docs: Add mention of widget-typescript template * docs: Remove extraneous punctuation * docs: Adding missing link Co-authored-by: Ryan Christian <[email protected]>
1 parent dba1077 commit 0125cc3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@ All official project templates are repos in the [preactjs-templates organization
6969

7070
Current available templates include:
7171

72-
- [default] - Default template with all features.
72+
- [default] - Default template with all features
7373

7474
- [simple] - The simplest possible preact setup in a single file
7575

76-
- [netlify] - Netlify CMS template using preact.
76+
- [netlify] - Netlify CMS template using preact
7777

7878
- [typescript] - Default template implemented in TypeScript
7979

80-
- [widget] - Template for a widget to be embedded in another website.
80+
- [widget] - Template for a widget to be embedded in another website
81+
82+
- [widget-typescript] - Widget template implemented in TypeScript
8183

8284
> 💁 Tip: Any Github repo with a `'template'` folder can be used as a custom template: <br /> `preact create <username>/<repository> <project-name>`
8385
@@ -376,6 +378,7 @@ Automatic code splitting is applied to all JavaScript and TypeScript files in th
376378
[netlify]: https://github.com/preactjs-templates/netlify
377379
[typescript]: https://github.com/preactjs-templates/typescript
378380
[widget]: https://github.com/preactjs-templates/widget
381+
[widget-typescript]: https://github.com/preactjs-templates/widget-typescript
379382
[plugins wiki]: https://github.com/preactjs/preact-cli/wiki/Plugins
380383
[preactjs-templates organization]: https://github.com/preactjs-templates
381384
[preactjs-templates/default]: https://github.com/preactjs-templates/default

0 commit comments

Comments
 (0)