diff --git a/README.md b/README.md index 1ffd14c..557e965 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ yaourt -S robocode libsvm Generate the data required for SVM classification and show the accuracy of the generated SVM model. If coordinates are supported, one visual battle is shown to support the prediction. - +``` USAGE: robocode-svm ACTION USAGE: robocode-svm --battle x y [alpha] @@ -20,4 +20,4 @@ USAGE: robocode-svm --battle x y [alpha] -a,--accuracy Show the accuracy of the SVM model, -c,--clean Delete all the battle data! -h,--help Show this help - +```