Skip to content

Commit

Permalink
docs: add sentence in english migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed Mar 18, 2020
1 parent 3d77e5c commit 07ae712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/editor/docs/v2.0-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ import Viewer from '@toast-ui/editor/dist/toastui-editor-viewer';

According to the changes in TOAST UI products' namespace policy, the Editor version 2.0 will use the `toastui` namespace instead of the original `tui` namespace.

If you are using the Editor in the browser environment, you must import the Editor constructor function (`toastui.Editor`) like the following using the changed namespace.

**v1.x**

```js
Expand Down

0 comments on commit 07ae712

Please sign in to comment.