Skip to content

Commit

Permalink
INT-3320: Change Vite template from svelte-ts to svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
FarzadHayat committed Jul 9, 2024
1 parent 6f9d759 commit ce5db41
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 @@ -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
```
Expand All @@ -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
<script lang="ts">
<script>
import Editor from '@tinymce/tinymce-svelte';
let conf = {
menubar: false
Expand Down

0 comments on commit ce5db41

Please sign in to comment.