diff --git a/OpenAI_API/Moderation/ModerationEndpoint.cs b/OpenAI_API/Moderation/ModerationEndpoint.cs
index abe4b47..25e2812 100644
--- a/OpenAI_API/Moderation/ModerationEndpoint.cs
+++ b/OpenAI_API/Moderation/ModerationEndpoint.cs
@@ -22,7 +22,7 @@ public class ModerationEndpoint : EndpointBase
protected override string Endpoint { get { return "moderations"; } }
///
- /// Constructor of the api endpoint. Rather than instantiating this yourself, access it through an instance of as .
+ /// Constructor of the api endpoint. Rather than instantiating this yourself, access it through an instance of as .
///
///
internal ModerationEndpoint(OpenAIAPI api) : base(api) { }
diff --git a/README.md b/README.md
index 17dac73..a98ed52 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Console.WriteLine(result);
* [License](#license)
## Status
-Added support for DALL-E 2 image generations.
+Added support for DALL-E 2 image generations and the moderation endpoint.
Now also should work with the Azure OpenAI Service, although this is untested. See the [Azure](#azure) section for further details.