From 9810ab480796a6c97c4460b061a4b4e75b7355e8 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 26 Jan 2016 17:50:13 +1100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 568c753..518845d 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ float jpcnn_predict(Pointer predictorHandle, Pointer predictions, int prediction There are a few quirks to using the interface that the example code demonstrates how to work around. `jpcnn_create_network()` requires a standard filename path, but to distribute the network with an application it needs to be an asset, and because that may be compressed and part of an archive, there's -no way to get a path to it. To fix that, `initDeepBelief()` copys the file to the application's data directory: +no way to get a path to it. To fix that, `initDeepBelief()` copies the file to the application's data directory: ```java AssetManager am = ctx.getAssets();