From 5bbdc87d28ff54773ffbde9143bc3a7bd345b17f Mon Sep 17 00:00:00 2001 From: Abuzar Mirza Date: Wed, 9 Mar 2022 22:54:28 +0530 Subject: [PATCH] fixed typo error --- 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