diff --git a/README.md b/README.md
index e7326ce..aa38752 100644
--- a/README.md
+++ b/README.md
@@ -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/disgo@v1.10.0
+go get github.com/switchupcb/disgo@v1.10.1
```
_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
### 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)._
diff --git a/_contribution/concepts/SHARD.md b/_contribution/concepts/SHARD.md
index f4bf8e1..76df5e1 100644
--- a/_contribution/concepts/SHARD.md
+++ b/_contribution/concepts/SHARD.md
@@ -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.
-
+![Discord Sharding Diagram outlining difference between a WebSocket Connection, Discord Session, and Discord Shard.](/_contribution/concepts/_disgo-shard-diagram-min.jpg)