From af70133f3bb49fd1a1f8fb5b94a90381d4509cc3 Mon Sep 17 00:00:00 2001 From: Edwin Kwok Date: Tue, 26 Mar 2013 16:37:37 +0800 Subject: [PATCH] Fix the path of the example file --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 646f6eb..4f3f769 100644 --- a/README.markdown +++ b/README.markdown @@ -34,7 +34,7 @@ Building/Running from the CLI ln -s ../res . javac $(find ../src -name *.java) -d . mkdir input - cp ../input/example/sample.json ./input + cp ../example/sample.json ./input java com/foxykeep/cpcodegenerator/Main ```