diff --git a/README.md b/README.md
index 3978a88..ffc2240 100644
--- a/README.md
+++ b/README.md
@@ -106,9 +106,17 @@ must be installed before using NodeJS example
+## Quick Start
+
+Simply include latest version of `FaceAPI` directly from a CDN in your HTML:
+
+```html
+
+```
+
## Installation
-Face-API ships with several pre-build versions of the library:
+`FaceAPI` ships with several pre-build versions of the library:
- `dist/face-api.js`: IIFE format for client-side Browser execution
*with* TFJS pre-bundled
@@ -144,19 +152,25 @@ All versions include `sourcemap`
-There are several ways to use Face-API:
+There are several ways to use FaceAPI:
### 1. IIFE script
*Recommened for quick tests and backward compatibility with older Browsers that do not support ESM such as IE*
This is simplest way for usage within Browser
-Simply download `dist/face-api.js`, include it in your `HTML` file & it's ready to use
+Simply download `dist/face-api.js`, include it in your `HTML` file & it's ready to use:
```html
+```
+
IIFE script bundles TFJS and auto-registers global namespace `faceapi` within Window object which can be accessed directly from a `