Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Diehl committed Aug 26, 2015
1 parent ceec970 commit 6b340ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SVM Tools provide some simple node wrappers around libsvm to train and test mode

## Installation

* Install [libsvm`](http://www.csie.ntu.edu.tw/~cjlin/libsvm/)
* Install [libsvm](http://www.csie.ntu.edu.tw/~cjlin/libsvm/)
* Ensure that `svm-train` and `svm-predict` are in the executable path
* Install [node and npm](https://nodejs.org)
* Install svm-tools: `npm i -g svm-tools`
Expand Down

0 comments on commit 6b340ca

Please sign in to comment.