From f81580ae7b37b3da3662d3c96fa34fec51919612 Mon Sep 17 00:00:00 2001 From: Patrick <147879351+WinniePatGG@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:17:54 +0200 Subject: [PATCH] README.md update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9211b0e..e379388 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dependencies { ### Usage (Sync) -You can work with syncResult.isValid() to check if the license is valid and handle it from there +You can work with success.valid() to check if the license is valid and handle it from there ```java import de.winniepat.licenselib.LicenseClient; import de.winniepat.licenselib.LicenseSuccess; @@ -43,7 +43,7 @@ public class main { ### Usage (Async) -Here you can also work with result.isValid() and handle it from there +Here you can also work with success.valid() and handle it from there ```java import de.winniepat.licenselib.LicenseClient; import de.winniepat.licenselib.LicenseSuccess;