From 7afb09dfb9e55f6a63e6a39687af67fd15763721 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 13 Oct 2020 20:59:09 -0400 Subject: [PATCH] fixed documentation typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 745adbe4..828745c8 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,10 @@ ESM script is distributed in minified form with attached sourcemap ### 3. [NPM](https://www.npmjs.com/) module -*Recommended for `NodeJS` projects* +*Recommended for `NodeJS` projects that will execute in the backend* -Entry point is actual source `build/src/index.js` -You also need to install and includ `tfjs` in your project +Entry point is bundle in CJS format `dist/human.node.js` +You also need to install and include `tfjs-node` or `tfjs-node-gpu` in your project so it can register an optimized backend Install with: ```shell