From 5b7af5bc1cfd209d216acdf4942e8156d38cf245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sun, 26 Apr 2015 22:44:12 +0200 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - +```