From 6fa93b81691a42ce30b16a2c169536707c163318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 19 Sep 2019 22:15:19 +0200 Subject: [PATCH] Docs: Added a link to the guide and moved the compat notice there too. Closes #47. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21bcdd0..e94a531 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ The official [CKEditor 5](https://ckeditor.com/ckeditor-5) rich text editor inst ![The inspector panel attached to the editor instance.](/sample/screenshot.png) -## Usage +## Documentation 📖 + +Learn how to use the inspector and see it live in the [Development tools](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/development-tools.html) guide. + +## Quick start Include the script to load the inspector: @@ -37,10 +41,6 @@ ClassicEditor Call `CKEditorInspector.detach( name )` to detach an instance from the inspector. -## Compatibility - -The inspector works with CKEditor 5 [v12.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v12.0.0)+. - ## Development To configure the environment: