diff --git a/README.md b/README.md index 9bf4548..45b14f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Procedural map generation experiment. -Time complexity: `O(n*log(n)*i)` where `n` is the number of nodes (approximately `(size / nodeSize) ^2`) and i is the number of erosion iterations. +Time complexity: `O(n*log(n)*i)` where `n` is the number of nodes (approximately `(size / nodeSize) ^2`) and `i` is the number of erosion iterations. # Screenshots diff --git a/index.html b/index.html index 9fee0a9..6b3cfa6 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@
@@ -160,10 +160,6 @@ iterations -