Skip to content

Commit

Permalink
Fix: Wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakkapon Phongthawee authored Dec 9, 2016
1 parent 93ca95b commit d933a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CutThai isn't recommend to use in production. but you can download lastest relea

by using Node.js or CommonJS
``` javascript
var Irin = require("cutthai")
var CutThai = require("cutthai")
```

by using normal browser
Expand All @@ -45,7 +45,7 @@ by using normal browser

run some segmentation
``` javascript
var bot = new Irin(function(err){
var cutthai = new CutThai(function(err){
if(err){
throw err;
}
Expand Down

0 comments on commit d933a8b

Please sign in to comment.