diff --git a/Stone_Red-C-Sharp-Utilities/HttpClient.cs b/Stone_Red-C-Sharp-Utilities/HttpClient.cs
index ded712b..ce19756 100644
--- a/Stone_Red-C-Sharp-Utilities/HttpClient.cs
+++ b/Stone_Red-C-Sharp-Utilities/HttpClient.cs
@@ -14,8 +14,8 @@ namespace Stone_Red_Utilities.Http
/// Reads the JSON returned from the website and converts it into an object
///
///
- ///
- ///
+ /// The http client used for the request
+ /// The Uri the request is sent to/>
///
public static async Task GetJsonObjectAsync(this HttpClient httpClient, string requestUri)
{
@@ -26,8 +26,8 @@ namespace Stone_Red_Utilities.Http
/// Reads the JSON returned from the website and converts it into an object
///
///
- ///
- ///
+ /// The http client used for the request
+ /// The Uri the request is sent to/>
///
public static async Task GetJsonObjectAsync(this HttpClient httpClient, Uri requestUri)
{
diff --git a/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml b/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml
index a657f9e..b611de4 100644
--- a/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml
+++ b/Stone_Red-C-Sharp-Utilities/Stone_Red-C-Sharp-Utilities.xml
@@ -837,8 +837,8 @@
Reads the JSON returned from the website and converts it into an object
-
-
+ The http client used for the request
+ The Uri the request is sent to/>
@@ -846,8 +846,8 @@
Reads the JSON returned from the website and converts it into an object
-
-
+ The http client used for the request
+ The Uri the request is sent to/>