Update node-compatibity.md
diff --git a/node-compatibity.md b/node-compatibity.md
index e1daec7..e150b9d 100644
--- a/node-compatibity.md
+++ b/node-compatibity.md
@@ -3,17 +3,21 @@
 Cordova CLI locally runs on Node.js  
 CLI uses specific node versions
 
-https://cordova.apache.org/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html
+## Compatibility
 
-## Tooling and Platforms
+### Tooling and Platforms
 
 Include scripts that are run on node, so node versions have to be tested  
 Dropping a node version is a major breaking change
 
-## Plugins and Templates
+### Plugins and Templates
 
 Usually only run on the devices, not locally  
 Exception: Hooks  
 CLI does not have to test on all node versions  
 Enough to use one Node version, newest and fastest  
 Plugin test tooling (paramedic) still has to work for all node versions though :/
+
+## Deprecation
+
+https://cordova.apache.org/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html