From 1b6d775e43aa1fb0644b8ab246d85068df3fc781 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 22 Apr 2026 14:47:08 +1000 Subject: [PATCH] TINY-14152: Fix incorrect license reference in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30fe327..13a1dca 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ TinyMCE for Web Components provides the Custom Element, building on the experime Once the TinyMCE custom element is installed on a web page, creating an editor instance is as simple as adding a `` tag to the page. This tag is used in place of calling tinymce.init(). Many of the standard configuration properties can be specified as attributes to this tag, instead of using JavaScript code. -TinyMCE for Web Components is available for free under an Apache 2.0 license, and can be installed via NPM. It is compatible with open source TinyMCE, Tiny Cloud, and TinyMCE commercial self-hosted offerings. +TinyMCE for Web Components is available for free under an MIT license, and can be installed via NPM. It is compatible with open source TinyMCE, Tiny Cloud, and TinyMCE commercial self-hosted offerings. At this stage, TinyMCE for Web Components is an experimental integration - we would love to hear your [feedback](https://github.com/tinymce/tinymce-webcomponent/issues) on how it can be improved.