From 3b48250d28df43648196c3b0b2eaf6b3c66d301c Mon Sep 17 00:00:00 2001 From: Emil Orol Date: Mon, 14 Jan 2019 16:51:08 -0500 Subject: [PATCH] Fixing README A small typo from its nodejs days. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0765a1..e17d279 100644 --- a/README.md +++ b/README.md @@ -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); ```