From 8a80a57f2e54bc2e9a9e55fb382f7ef32dfe4635 Mon Sep 17 00:00:00 2001 From: Piyush Acharya Date: Tue, 17 Dec 2024 17:37:52 -0800 Subject: [PATCH] Fix unmatched quotation mark in README Windows build instructions (#1631) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb041583..3004acb74 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Builds are executed from the IGV project directory. Files will be created in the IGV requires **Java 21** to build and run. Later versions of Java should work but we build and test on **Java 21**. -NOTE: If on a Windows platform use ```./gradlew.bat'``` in the instructions below +NOTE: If on a Windows platform use ```./gradlew.bat``` in the instructions below #### Folder structure and build targets