Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/send host name update #76

Merged
merged 5 commits into from
Oct 19, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
apply codereview
  • Loading branch information
jinwoo-kim-nhn committed Oct 19, 2018
commit 18edd10bf0855560b4d60500bf7abca8d569603d
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ var options = {
var imageEditor = new tui.ImageEditor('#tui-image-editor-container', options);
```

Or, include tui-code-snippet(**v1.4.0** or **later**) and then immediately write the options as follows:
Or, include [`tui-code-snippet`](https://github.com/nhnent/tui.code-snippet)(**v1.4.0** or **later**) and then immediately write the options as follows:

```js
tui.usageStatistics = false;
tui.usageStatistics = false;
```


Expand Down