From ce5db41a8ab2c41f3760ea6db0eedd54e220b79f Mon Sep 17 00:00:00 2001 From: Farzad Hayatbakhsh Date: Tue, 9 Jul 2024 12:36:35 +1000 Subject: [PATCH] INT-3320: Change Vite template from `svelte-ts` to `svelte` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cfc2b2..204b62e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym ### Create a Svelte App with Vite ```bash -npm create vite@5 tinymce-svelte-demo -- --template svelte-ts +npm create vite@5 tinymce-svelte-demo -- --template svelte cd tinymce-svelte-demo npm install ``` @@ -31,7 +31,7 @@ npm install @tinymce/tinymce-svelte Replace the contents of `src/App.svelte` with the following code and replace `your-api-key` with your Tiny Cloud API key: ```html -