Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grevend authored Mar 15, 2021
1 parent 12ffee0 commit d7a1ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
4. Supports Deno unstable features
5. Allows module imports inside the worker

## example
## Example
```typescript
let thread = new Thread<number>((e: MessageEvent)=>{
console.log('Worker: Message received from main script');
Expand Down

0 comments on commit d7a1ec0

Please sign in to comment.