Skip to content

Commit

Permalink
update README for v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
switchupcb committed Jul 8, 2023
1 parent 3da8b14 commit 064e1a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ _Check out the [examples](/_examples/) directory for more examples._
Get a specific version of `disgo` by specifying a tag or branch.

```
go get github.com/switchupcb/[email protected].0
go get github.com/switchupcb/[email protected].1
```

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

### Credits

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

_Earn a credit! [Contribute Now](_contribution/CONTRIBUTING.md)._
2 changes: 1 addition & 1 deletion _contribution/concepts/SHARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A **WebSocket Connection** refers to the state of communication (i.e., connected

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.

<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"/>
![Discord Sharding Diagram outlining difference between a WebSocket Connection, Discord Session, and Discord Shard.](/_contribution/concepts/_disgo-shard-diagram-min.jpg)

<br>

Expand Down

0 comments on commit 064e1a0

Please sign in to comment.