diff --git a/markdown/hintbuilding.md b/markdown/hintbuilding.md index b556661..6da832d 100644 --- a/markdown/hintbuilding.md +++ b/markdown/hintbuilding.md @@ -5,8 +5,7 @@ to use this, you first bring the class into scope: ```csharp using RueI.Extensions.HintBuilding; ``` -then, you can use it like so: -btw im gonna waste time to make a dumb little stringbuilder extensions thing so you can do shit like +then, you can use it like so: ```csharp StringBuilder sb = new() .SetColor(255, 0, 0)