From d589737290d994d4e5228d1333b61a494990641f Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 9 Nov 2020 20:22:51 -0500 Subject: [PATCH] fix typos --- Backends.md | 2 +- Home.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Backends.md b/Backends.md index a027c72..fd9299e 100644 --- a/Backends.md +++ b/Backends.md @@ -39,7 +39,7 @@ Firefox: Typical errors messages are: `Uncaught (in promise) Error: undefined tfjs-backend-wasm.wasm` or `RuntimeError: memory access out of bounds in tfjs-backend-wasm.wasm` -- **NodeJS** backend is missing key operatios and thus neither `Face` nor `Hand` models are currently supported + - **NodeJS** backend is missing key operations and thus neither `Face` nor `Hand` models are currently supported
diff --git a/Home.md b/Home.md index 24ecf34..8b18227 100644 --- a/Home.md +++ b/Home.md @@ -19,7 +19,7 @@ - [**Demos**](https://github.com/vladmandic/human/wiki/Demos) - [**Installation**](https://github.com/vladmandic/human/wiki/Install) - [**Usage**](https://github.com/vladmandic/human/wiki/Usage) -- [**Usage**](https://github.com/vladmandic/human/wiki/Backends) +- [**Backends**](https://github.com/vladmandic/human/wiki/Backends) - [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration) - [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs) - [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)