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 ```