diff --git a/README.md b/README.md
index bf71c80..16072ad 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
Procedural nodes
+Noise
+
Voronoi node
Generates a Voronoi or Worley noise based on input UV. Voronoi noise is generated by calculating distances between a pixel and a lattice of points. By offsetting these points by a pseudo-random number, controlled by **_angle offset_**, a cluster of cells can be generated.
@@ -28,6 +30,7 @@ Generates a Voronoi or Worley noise based on input UV. Voronoi noise is generate
___
+
UV nodes