Skip to content

Commit 4a29d3b

Browse files
committed
typo corrected
1 parent 20e26d9 commit 4a29d3b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iorpc",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"keywords": [
55
"rpc",
66
"callback",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ local.processData = async function(data, onProgress) {
8989
}
9090
```
9191
---
92-
🚀 Highlights
93-
No manual message/event plumbing
92+
### 🚀 Highlights
93+
- No manual message/event plumbing
9494

9595
- You can pass onProgress() callback from UI to worker
9696

0 commit comments

Comments
 (0)