diff --git a/README.md b/README.md
index ad74d64..2c76d91 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# FaceAPI
+**Face detection and recognition libary for Browser and NodeJS implemented on top of TensorFlow/JS**
+
+
+
+**Live Demo**:
+
+
+
## Note
This is updated **face-api.js** with latest available TensorFlow/JS as the original face-api.js is not compatible with **tfjs 2.0+**.
@@ -15,8 +23,6 @@ And since original Face-API was open-source, I've released this version as well
Unfortunately, changes ended up being too large for a simple pull request on original Face-API and it ended up being a full-fledged version on its own
-
-
### Differences
- Compatible with `TensorFlow/JS 2.0+ & 3.0+`