From bd6cabdc6b8c159f2e37908e69247310a128c510 Mon Sep 17 00:00:00 2001 From: dreamforceinc Date: Sun, 3 Mar 2024 13:59:21 +0300 Subject: [PATCH] Fixed README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd9d0ef..488d819 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ This behavior can be bypassed by creating a task in the Task Scheduler with the ## License This software is licensed under a [MIT License](https://mit-license.org).
-This software uses the [PicoJSON](https://github.com/kazuho/picojson) - a C++ JSON parser / serializer. +This software uses the [PicoJSON](https://github.com/kazuho/picojson) - a C++ JSON parser / serializer by Kazuho Oku.