From a48aa59d340de4b9ea16065f87653acd8f758e47 Mon Sep 17 00:00:00 2001
From: itismadness <itismadness@orpheus.network>
Date: Thu, 13 May 2021 13:02:11 +0000
Subject: [PATCH] improve README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 04e2351..d44f3d7 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 A CD rip logchecker, used for analyzing the generated logs for any problems that would potentially
 indicate a non-perfect rip was produced. Of course, just because a log doesn't score a perfect 100%
-does not mean that the produced rip isn't bit perfect, it's just less likely. While this library can
-largely run on both Linux and Windows, validating of checksums is only really supported for Linux.
+does not mean that the produced rip isn't bit perfect, it's just less likely. This library should work
+on any OS where PHP and Python are supported.
 
 While this library will analyze most parts of a log, unfortunately it cannot properly validate the checksums
 for all types of logs. This is due to creators of these programs making their logchecker closed source