From 65d440ead8d09e78a0ea88dadd621da7fc6857c3 Mon Sep 17 00:00:00 2001 From: Edoardo Chidichimo <150271881+EdoardoChidichimo@users.noreply.github.com> Date: Wed, 1 May 2024 13:01:25 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653f076..2247f1d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ HyperIT uses a Class/OOP framework, allowing multiple instances of HyperIT objec from hyperit import HyperIT # Only needs to be called once, pass file location of local infodynamics.jar -HyperIT.setup_JVM(jarLocation) +HyperIT.setup_JVM() # Gather your data here ...