From 706bfb0fb6a5e26c7922bed57c9543767a808c3e Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sun, 18 Sep 2022 17:12:36 -0700 Subject: [PATCH] Fix typo Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17d69b2..30db768 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![License](https://img.shields.io/github/license/gui-cs/NStack.svg)](LICENSE) ![Bugs](https://img.shields.io/github/issues/gui-cs/NStack) -NOTE: NStack has moved to the gui-cs org: https://github.com/orgs/gui-cs/Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods. +NOTE: NStack has moved to the [gui-cs org](https://github.com/orgs/gui-cs/). Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods. @@ -59,4 +59,4 @@ dotnet build -c Release **DO NOT COMMIT AFTER USING `/updateprojectfiles`!** -Doing so will update the `.csproj` files in your branch with version info, which we do not want. \ No newline at end of file +Doing so will update the `.csproj` files in your branch with version info, which we do not want.