From 1f4408f846eb0070f0cbb3b05ee35364e6393d26 Mon Sep 17 00:00:00 2001 From: DuongDo-Intersystems <42380058+DuongDo-Intersystems@users.noreply.github.com> Date: Mon, 1 Jul 2019 21:27:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b72c7e2..cd68e19 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple Hello World example to show a JDBC connection to InterSystems I ## Run the sample In the integrated terminal window type: -* `cd home/project/Samples-java-helloworld` +* `cd /home/project/Samples-java-helloworld` * `javac -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld.java` * `java -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld`