From 87e2e144fe8540f0139ab4507aee49eb0127a2ef Mon Sep 17 00:00:00 2001 From: rabbitCase Date: Sun, 3 Nov 2024 11:15:35 +0530 Subject: [PATCH] Improved readability for README.md --- IDE/VSCode/Non-Modular/Java/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IDE/VSCode/Non-Modular/Java/README.md b/IDE/VSCode/Non-Modular/Java/README.md index 70eeb8f..dbc10e7 100644 --- a/IDE/VSCode/Non-Modular/Java/README.md +++ b/IDE/VSCode/Non-Modular/Java/README.md @@ -17,9 +17,9 @@ system and unzip to a desired location. - Clone the sample, open the folder `hellofx` in Visual Studio Code. Open any of the Java file to import the project. -- Open `.vscode/settings.json`, replace the `` to you JavaFX lib folder. +- Open `.vscode/settings.json`, replace the `` with the path of your JavaFX lib folder. Replace '\\' with '\\\\' or '/' to remove Invalid escape character error when pasting the path. -- Open `.vscode/launch.json`, replace the `` to you JavaFX lib folder. +- Open `.vscode/launch.json`, replace the `` with the path of your JavaFX lib folder. Replace '\\' with '\\\\' or '/' to remove Invalid escape character error when pasting the path. #### Run the JavaFX Application