diff --git a/README.md b/README.md
index 06d1f141..02de207e 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,14 @@
-Native JavaScript module using TensorFlow/JS Machine Learning library
-Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux
+JavaScript module using TensorFlow/JS Machine Learning library
-- Browser/WebWorker: Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends
-- NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu*
+- **Browser**:
+ Compatible with *CPU*, *WebGL*, *WASM* backends
+ Compatible with both desktop and mobile platforms
+ Compatible with *WebWorker* execution
+- **NodeJS**:
+ Compatible with both software *tfjs-node* and GPU accelerated backends *tfjs-node-gpu* using CUDA libraries
Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images
@@ -147,6 +150,12 @@ function detectVideo() {
detectVideo();
```
+