Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add separators between each text packet description.
  • Loading branch information
vldr committed Aug 20, 2023
1 parent ed4539d commit cc3b40a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ Creates a new room.
}
```

---

### `join` packet
Joins a room.

Expand Down Expand Up @@ -185,6 +187,8 @@ Joins a room.
</tr>
</table>

---

### `leave` packet
Indicates that a client has left a room.

Expand All @@ -203,6 +207,8 @@ Indicates that a client has left a room.
}
```

---

### `error` packet
Indicates that an error occurred when either joining or creating a room.

Expand Down

0 comments on commit cc3b40a

Please sign in to comment.