diff --git a/README.md b/README.md
index 9d1e183..8ee173b 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
# FaceAPI
-**AI-powered Face Detection, Description & Recognition for Browser and NodeJS using Tensorflow/JS**
+**AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS**
@@ -108,15 +108,11 @@ must be installed before using NodeJS example
## Quick Start
-Simply include latest version of `FaceAPI` directly from a CDN in your HTML:
+Simply include latest version of `FaceAPI` directly from a CDN in your HTML:
+(pick one, `jsdelivr` or `unpkg`)
```html
-```
-
-or
-
-```html
```
diff --git a/package.json b/package.json
index 5c11ab1..0a6542c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@vladmandic/face-api",
"version": "1.1.11",
- "description": "FaceAPI: AI-powered Face Detection, Description & Recognition using Tensorflow/JS",
+ "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
"sideEffects": false,
"main": "dist/face-api.node.js",
"module": "dist/face-api.esm.js",