Skip to content

Commit 3ced0c4

Browse files
authored
Update README.md
1 parent c9a3ffc commit 3ced0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Here's the path for tinymce_5.2.0 self-hosted production release -> tinymce_5.2.
55

66
Download any of tinymce self-hosted releases [here](https://www.tiny.cloud/get-tiny/self-hosted/).
77

8-
Here's an example on how to add the dropdown case-change button to your tinymce WYSIWYG editor when initializing it:
8+
## Tutorial
9+
Add the dropdown case-change button to your _tinymce WYSIWYG editor_ by simply including **"case"** in your tinymce toolbar's configuration as well as in the plugins' configuration as demonstrated bellow:
910
```javascript
1011
tinymce.init(
1112
{
@@ -15,9 +16,8 @@ tinymce.init(
1516
}
1617
);
1718
```
18-
Simply include "case" in your tinymce toolbar's configuration as well as in the plugins' configuration.
1919

20-
If you're using tinymce remotely, you might be interested in trying this out instead:
20+
If you're using tinymce remotely in your application, then you might be interested in trying this out instead:
2121
```javascript
2222
tinymce.init(
2323
{

0 commit comments

Comments
 (0)