From d033869698881d99c4d597c331273a738ce4a6a6 Mon Sep 17 00:00:00 2001 From: Farzad Hayat Date: Wed, 17 Jul 2024 11:18:38 +1000 Subject: [PATCH] INT-3320: Remove Quick Start guide from `README.md` (#58) * INT-3320: Update Quick Start guide in README.md * INT-3320: Change Vite template from `svelte-ts` to `svelte` * INT-3320: Remove Quick Start guide from README.md --- README.md | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/README.md b/README.md index d078153..cd0351d 100644 --- a/README.md +++ b/README.md @@ -11,39 +11,6 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym * For our quick demos, check out the TinyMCE Svelte [Storybook](https://tinymce.github.io/tinymce-svelte/). -## Quick start - -### Create a Svelte App from a template - -``` -npx degit sveltejs/template my-tiny-app -cd my-tiny-app -``` - -### Add the Editor component - -Install the editor component in your project - -``` -npm install @tinymce/tinymce-svelte -``` - -## Import the TinyMCE component - -Import the TinyMCE component inside the script tag of your Svelte app - -``` - -
-

Hello Tiny

- -
- -``` - - ### Issues -Have you found an issue with tinymce-svelte or do you have a feature request? Open up an [issue](https://github.com/tinymce/tinymce-svelte/issues) and let us know or submit a [pull request](https://github.com/tinymce/tinymce-svelte/pulls). *Note: For issues concerning TinyMCE please visit the [TinyMCE repository](https://github.com/tinymce/tinymce).* \ No newline at end of file +Have you found an issue with tinymce-svelte or do you have a feature request? Open up an [issue](https://github.com/tinymce/tinymce-svelte/issues) and let us know or submit a [pull request](https://github.com/tinymce/tinymce-svelte/pulls). *Note: For issues concerning TinyMCE please visit the [TinyMCE repository](https://github.com/tinymce/tinymce).*