From d65aea3fd9521f3ffa6e464c063804a64e9a6cf4 Mon Sep 17 00:00:00 2001 From: Cole Willsea Date: Sun, 5 Jul 2015 13:32:56 -0700 Subject: [PATCH] fix commented closing bracket in example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 933092f69..74a1c0acc 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,8 @@ The training process can be monitored by subscribing to the event `trainedWithDo * total: 23 // There are 23 total documents being trained against * index: 12 // The index/number of the document that's just been trained against * doc: {...} // The document that has just been indexed - */ } + * } + */ }); A classifier can also be persisted and recalled so you can reuse a training