diff --git a/README.md b/README.md
index 13ba9a0e1..aed575347 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,6 @@ opencv4nodejs
* **[Async API](#async-api)**
* **[With TypeScript](#with-typescript)**
* **[External Memory Tracking (v4.0.0)](#external-mem-tracking)**
-
# Examples
@@ -90,6 +89,16 @@ Check out Automating lights with Computer Vision & NodeJS.
+
+
+
# How to install
@@ -559,3 +568,5 @@ Or directly in your code:
process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1
const cv = require('opencv4nodejs')
```
+
+