Skip to content

Commit

Permalink
Update docs/USING_ADVANCED.md
Browse files Browse the repository at this point in the history
Co-Authored-By: UziTech <tony@brix.ninja>
  • Loading branch information
styfle and UziTech committed Mar 2, 2019
1 parent b551b88 commit 6d37c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ markedWorker.postMessage(markdownString);

importScripts('path/to/marked.min.js');

onmessage = function (markdownString) {
onmessage = (markdownString) => {
postMessage(marked(markdownString));
};
```
Expand Down

0 comments on commit 6d37c18

Please sign in to comment.