Skip to content

Commit fff3fdf

Browse files
committed
Merge branch 'master' of https://github.com/duart38/Thread
2 parents 76ced7e + a395ea4 commit fff3fdf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These are supported funding model platforms
2+
3+
github: [duart38]
4+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
4. Supports Deno unstable features
1515
5. Allows module imports inside the worker
1616

17-
## example
17+
## Example
1818
```typescript
1919
let thread = new Thread<number>((e: MessageEvent)=>{
2020
console.log('Worker: Message received from main script');

0 commit comments

Comments
 (0)