diff --git a/README.md b/README.md
index 5535e69..7de3024 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-A simple static HTML page using JavaScript Canvas to draw recurisive tree. Click [here](https://djmil.pages.djmil.dev/canvas/index.html) to see the final result.
+A simple static HTML page using JavaScript Canvas to draw recurisive tree. Click [here](https://djmil.pages.djmil.dev/canva-tree/index.html) to see the final result.
# How does it work
diff --git a/index.html b/index.html
index 18a4682..d1c6bec 100644
--- a/index.html
+++ b/index.html
@@ -21,12 +21,13 @@
Recursive tree
-
Reload the page to see another one
+
Reload the page to see another one.
+
Find out how this magick works at the canvas-tree repo.