From cdb0e485f877cd2c588dbd22a5f7fc502ba152d7 Mon Sep 17 00:00:00 2001 From: abdemirza <45914394+abdemirza@users.noreply.github.com> Date: Thu, 10 Mar 2022 17:18:14 +0530 Subject: [PATCH] fixed typo error (#97) Co-authored-by: Abuzar Mirza --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea9f9b..d499dcd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Example can be accessed directly using Git pages using URL: NodeJS examples are: -- `/demp/node-simple.js`: +- `/demo/node-simple.js`: Simplest possible NodeJS demo for FaceAPI in under 30 lines of JavaScript code - `/demo/node.js`: Using `TFJS` native methods to load images without external dependencies