Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Jul 18, 2023
2 parents 17a976e + 7cf6e30 commit f7f0095
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ To install, simply **edit the init configuration** of your TinyMCE as follows:

```js
tinymce.init({

// 1. Add the plugin to the list of external plugins
'external_plugins': {
'chatgpt': 'https://cdn.jsdelivr.net/gh/The-3Labs-Team/tinymce-chatgpt-plugin@1/dist/chatgpt.min.js'
},
external_plugins: {
chatgpt:
"https://cdn.jsdelivr.net/gh/The-3Labs-Team/tinymce-chatgpt-plugin@1/dist/chatgpt.min.js",
},

// 2. Configure the ChatGPT plugin
chatgpt: {
Expand Down Expand Up @@ -100,4 +100,3 @@ If you are using our [TinyMCE Laravel Nova Package 4](https://github.com/murderc

//...
```

0 comments on commit f7f0095

Please sign in to comment.