diff --git a/README.md b/README.md
index 0d76c48..eceaec2 100644
--- a/README.md
+++ b/README.md
@@ -38,12 +38,18 @@ There are several ways to use Face-API:
*Size: 936KB minified*
This is simplest way for usage within Browser as it includes full version of TensorFlow/JS prepackaged with no external dependencies.
- Simply include this in your `HTML` file and 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 auto-registers global namespace `faceapi` within Window object.
And if you want to access `TensorFlow/JS` classes directly, they are exported as `faceapi.tf`
diff --git a/example/index.html b/example/index.html
index 7d19d07..09d3579 100644
--- a/example/index.html
+++ b/example/index.html
@@ -6,7 +6,7 @@
-
+