From 67672d2fb58ecda32e7bb6a2f8597894f0d75c0c Mon Sep 17 00:00:00 2001
From: DarkerMango <143862092+darkermango@users.noreply.github.com>
Date: Fri, 26 Sep 2025 02:26:25 +0300
Subject: [PATCH] Fix typo in README.md and clarify some wording
"it hasn't" --> it doesn't
", is" --> QRCoder has ...
and a couple more fixes
---
readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 9aeeb820..9becaff3 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,7 @@
## Info
-QRCoder is a simple library, written in C#.NET, which enables you to create QR codes. It hasn't any dependencies to external libraries1, is available as package on NuGet and supports .NET Framework, .NET Core, .NET Standard and .NET. A full list of supported target frameworks can be [found here](https://www.nuget.org/packages/QRCoder/#supportedframeworks-body-tab).
+QRCoder is a simple C# library that enables you to create QR codes. QRCoder has no dependencies to external libraries1. It's available as package on NuGet and supports most .NET versions (Framework, Core, Standard), a full list of supported target frameworks can be [found here](https://www.nuget.org/packages/QRCoder/#supportedframeworks-body-tab).
Feel free to grab-up/fork the project and make it better!