From 891eee877fbad7993d8a00eee09db60e5e3e4e23 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Oct 2016 20:51:15 -0400 Subject: [PATCH] Fixing a minor typo in readme file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835f617..4b935d1 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ See `demos/src/` for source code of real examples. 5. Create new model - On instantiation, data is loaded over XHR (same-domain or CORS required), and layers are initialized as directed acyclic graph. Class method `ready()` returns a Promise which resolves when these steps are complete. Then, use `perdict()` to run data through the model, which also returns a Promise. + On instantiation, data is loaded over XHR (same-domain or CORS required), and layers are initialized as directed acyclic graph. Class method `ready()` returns a Promise which resolves when these steps are complete. Then, use `predict()` to run data through the model, which also returns a Promise. ```js const model = new KerasJS.Model({