From b3ad3d806fb0e51b3b373c979744fb101cc8bc1e Mon Sep 17 00:00:00 2001 From: Justin Hurson <126174925+ChevalMonsieur@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:48:03 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 181cc0e..45c2f99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Table of Contents
    -
  1. Adaptive flow field
  2. +
  3. adaptative flow field
  4. What is in this repo
  5. Add it to your website
  6. What do the variables change
  7. @@ -11,9 +11,9 @@
-# ADAPTIVE FLOW FIELD +# ADAPTATIVE FLOW FIELD -
AdaptiveFlowField is a website and a small JS script that allows you to make FlowFields based on perlin noise that can look like this : +
AdaptativeFlowField is a website and a small JS script that allows you to make FlowFields based on perlin noise that can look like this : @@ -26,14 +26,14 @@
-
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 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 @@ -82,7 +82,7 @@ here is a list of all the variable in order and their specification : Personal License Agreement :

- AdaptiveFlowField freely downloaded/used repository for personal and commercial use. + AdaptativeFlowField freely downloaded/used repository for personal and commercial use.

Do not resell or redistribute in any way without the consent of creator Justin HURSON aka @ChevalMonsieur.

By using this repository's content, you agree to these terms.

Thank you and enjoy!