From b675fad88032aaef92b9f26612bc24a0b45d6f7c Mon Sep 17 00:00:00 2001 From: "Pavly Gerges (pavl_g)" <60224159+Scrappers-glitch@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:01:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6caa9a2..a66757d 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ try { } ``` - This way utilizes the classpath on the stock Jar archive to locate, extract and load the native binaries. -- It first defines a library info object with a pointer to the classpath (first null argument), and a default path that will be -used in case the platform path for the selected platform predicate is invalid, then a `basename` for the library to be operated, and finally the current working directory as an extraction path (third null argument). +- It first defines a library info object with a pointer to the classpath (aka. wrapped null string path), and a default path that will be +used in case the platform path for the selected platform predicate is not assigned, then a `basename` for the library to be operated, and finally the current working directory as an extraction path. 2) A Superior control: ```java