diff --git a/README.md b/README.md
index 7c23cce3..85f04618 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,14 @@ Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows an
- Browser/WebWorker: Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends
- NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu*
-Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images
+Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images
+Live demo uses `WASM` backend for faster startup, but results are slower than when using `WebGL` backend
## Project pages
-- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html)
+- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html)
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
@@ -102,5 +103,38 @@ As presented in the demo application...

+