From 6849bfb9806fd19d735667ceec68470160605a2d Mon Sep 17 00:00:00 2001 From: glmax Date: Thu, 14 Apr 2016 17:35:53 +0200 Subject: [PATCH] Fix two small typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c78eccde4..fe356f7b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Download and Run JPlag -Download a released version - all releases ar single-JAR releases. +Download a released version - all releases are single-JAR releases. Type `java -jar jplag-yourVersion.jar` in a console to see the command line options. The options as of 2016/02/29 are: @@ -45,7 +45,7 @@ All solutions are in a common directory, say `exercise1`. To run JPlag, simply type `java -jar jplag-yourVersion.jar -l java17 -r /tmp/jplag_results_exerise1/ -s /path/to/exercise1` - `-l java17` tells JPlag to use the frontend for Java 1.7 -- `-s` tells JPlag to reccurse into subdirectories; as we assume Java projects, we'll very likely encounter subdirectories such as `student1/src/` +- `-s` tells JPlag to recurse into subdirectories; as we assume Java projects, we'll very likely encounter subdirectories such as `student1/src/` - `-r /tmp/jplag_results_exercise1` tells JPlag to store the results in the directory `/tmp/jplag_results_exercise1` **Note:** You have to specify the language exactly as they are printed by JPlag (running JPlag without command line arguments prints all available languages - and other options).