From 821ab98ddaa40710992c476ad1059a853e45d3eb Mon Sep 17 00:00:00 2001 From: Hazel Date: Tue, 18 Jun 2024 15:35:29 -0500 Subject: [PATCH] Update README to correctly describe Hussy.Net as a .NET dialect --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30ea719..ae1ff65 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # 💃 Hussy.Net -Hussy.Net is an esoteric programming language designed for and by C# developers with code golf in mind. It is a minified adaptation of the C# programming language leveraging modern features for clean and concise code. +Hussy.Net is an esoteric dialect of .NET designed for and by C# developers with code golf in mind. It leverages modern features of .NET for clean and concise code, making it an ideal choice for code golfing challenges within the .NET ecosystem. ![License](https://img.shields.io/github/license/tacosontitan/Hussy.Net?logo=github&style=for-the-badge) > [!IMPORTANT] -> Hussy.Net is not designed to compete with other golfing languages, but rather to allow C# developers to participate in golfing challenges with a leg to stand on. +> Hussy.Net is not designed to compete with other golfing languages, but rather to provide a familiar environment for C# developers to participate in golfing challenges. ## 🚀 Getting Started @@ -52,4 +52,4 @@ Hussy.Net is built with .NET developers in mind. It expands on the C# language d - Primitives - Output Methods -- Complete Modules \ No newline at end of file +- Complete Modules