Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.

Commit 8aa77c9

Browse files
authored
Merge pull request #16 from miuchan/master
fix typo
2 parents 152516e + 9ccd792 commit 8aa77c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
微信小程序的 Socket.io client 实现,**压缩之后体积为 16K**
77

8-
> 为了让开发者已最低的成本上手,本类库封装了与 socket.io 一致的 API 供开发者调用。
8+
> 为了让开发者以最低的成本上手,本类库封装了与 socket.io 一致的 API 供开发者调用。
99
1010
# Demo
1111
使用 socket.io 官网的 chat demo server 实现的 小程序版 聊天室应用
@@ -34,8 +34,7 @@
3434
`const io = require('yourPath/build/index.js')`
3535

3636

37-
为了
38-
使用风格与 socket.io 完全一致
37+
为了使用风格与 socket.io 完全一致
3938

4039
```javascript
4140
const news = io('ws://localhost:9999/news')

0 commit comments

Comments
 (0)