Skip to content

Commit

Permalink
Merge pull request #1 from emilorol/patch-1
Browse files Browse the repository at this point in the history
Fixing README
  • Loading branch information
noogen authored Jan 18, 2019
2 parents 31b02e4 + 3b48250 commit 1136055
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 @@ -45,7 +45,7 @@ $classifier->categorize('awesome, cool, amazing!! Yay.');
$stateJson = $classifier->toJson();

// load the classifier back from its JSON representation.
$classifier.fromJson($stateJson);
$classifier->fromJson($stateJson);

```

Expand Down

0 comments on commit 1136055

Please sign in to comment.