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 bc812cc commit b551b88
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 @@ -139,7 +139,7 @@ var markedTimeout = setTimeout(() => {
markedWorker.onmessage = (html) => {
clearTimeout(markedTimeout);
console.log(html);
});
};
markedWorker.postMessage(markdownString);
</script>
Expand Down

0 comments on commit b551b88

Please sign in to comment.