Skip to content

Commit 064e1a0

Browse files
committed
update README for v1.10.1
1 parent 3da8b14 commit 064e1a0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ _Check out the [examples](/_examples/) directory for more examples._
8888
Get a specific version of `disgo` by specifying a tag or branch.
8989

9090
```
91-
go get github.com/switchupcb/disgo@v1.10.0
91+
go get github.com/switchupcb/disgo@v1.10.1
9292
```
9393

9494
_Disgo branches are referenced by API version (i.e `v10`)._
@@ -254,10 +254,10 @@ The [Apache License 2.0](#license) is permissive for commercial use. For more in
254254

255255
### Credits
256256

257-
| Name | Contributions |
258-
| :---------------------------------------- | :-------------------------------------------------------------------- |
259-
| [SwitchUpCB](https://switchupcb.com) | Project Architecture, Generators, Dasgo, Requests, WebSockets, Events |
260-
| [Thomas Rogers](https://github.com/t-rog) | Dasgo |
261-
| [Josh Dawe](https://github.com/joshdawe) | Dasgo |
257+
| Name | Contributions |
258+
| :---------------------------------------- | :----------------------------------------------------------------------- |
259+
| [SwitchUpCB](https://switchupcb.com) | Project Architecture, Generators, Dasgo, Requests, Events, Shard Manager |
260+
| [Thomas Rogers](https://github.com/t-rog) | Dasgo |
261+
| [Josh Dawe](https://github.com/joshdawe) | Dasgo |
262262

263263
_Earn a credit! [Contribute Now](_contribution/CONTRIBUTING.md)._

_contribution/concepts/SHARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A **WebSocket Connection** refers to the state of communication (i.e., connected
2222

2323
A traditional **WebSocket Session** refers to the unique period of time that a client and server are connected. However, the terms WebSocket Connection and WebSocket Session have different meanings in the Discord ecosystem.
2424

25-
<img id="disgo-shard-diagram" alt="Discord Sharding Diagram outlining difference between a WebSocket Connection, Discord Session, and Discord Shard." src="./_contribution/concepts/_disgo-shard-diagram-min.jpg" width="512"/>
25+
![Discord Sharding Diagram outlining difference between a WebSocket Connection, Discord Session, and Discord Shard.](/_contribution/concepts/_disgo-shard-diagram-min.jpg)
2626

2727
<br>
2828

0 commit comments

Comments
 (0)