diff --git a/README.md b/README.md
index f8630da..45c2f99 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,19 @@
-# ADAPTIVE FLOW FIELD
+
+ Table of Contents
+
+ - adaptative flow field
+ - What is in this repo
+ - Add it to your website
+ - What do the variables change
+ - License
+ - Contact
+ - Thanks
+
+
-
AdaptiveFlowField is a website and a small JS script that allows you to make FlowFields based on perlin noise that can look like this :
+# ADAPTATIVE FLOW FIELD
+
+
AdaptativeFlowField is a website and a small JS script that allows you to make FlowFields based on perlin noise that can look like this :
-
AdaptiveFlowField aims to both let non-coders have fun on the website and find a cool background if they want, and also let coders use the code to implement in their own projects/, portfolios or other things.
+
AdaptativeFlowField aims to both let non-coders have fun on the website and find a cool background if they want, and also let coders use the code to implement in their own projects, portfolios or other things.
-## WHAT'S IN THIS REPO
+## WHAT IS IN THIS REPO
This repository contains multiple assets to let people start up with flow fields, here is a list of it :
-- a website that shows how the script can be implemented and let you simply ``find your favorite`` flow field
+- a website that shows how the script can be implemented and let you simply ``find your favorite`` flow field
- a commented ``JS script`` including various parameters that can be updated in realtime to easily get your perfect flow field simulation
- a shorter version of this script ``(17 lines)`` to show that it's not that hard to implement
-- this ``readme.md`` to explain how everything works
+- this ``README.md`` to explain how everything works
-## HOW TO PUT IT ON YOUR OWN WEBSITE
+## ADD IT TO YOUR WEBSITE
Get started quickly in 5 simple steps :
-- fork this repository anywhere on your computer
+- fork this repository anywhere on your computer.
- add these two lines just after the start of your body in HTML :
````
````
-- add a ```` tag where you want the flow field to appear (a ``