From 43820887e7a5718608dfc51c3eeb29ec4842b2fd Mon Sep 17 00:00:00 2001 From: CLASSIFIED <847785bd-d466-47cd-a536-eae4096d241d@anonaddy.me> Date: Fri, 2 Oct 2020 23:21:00 -0400 Subject: [PATCH] Changed quote marks into code marks Changed out a few "s for `s to make the code stand out from the text --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39adfd7..9302e54 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ to set up your build system. To build jdotxt -1. Download the latest sources from github (e.g., "git clone https://github.com/t7ko/jdotxt") +1. Download the latest sources from github (e.g., `git clone https://github.com/t7ko/jdotxt`) -2. Move into the directory (e.g., "cd jdotxt") +2. Move into the directory (e.g., `cd jdotxt`) -3. Run ant (i.e., "ant") +3. Run ant (i.e., `ant`) You can run the resulting jar file by executing -java -jar jar/jdotxt.jar +`java -jar jar/jdotxt.jar` #### Third Party Code