diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a70632c..dae1407 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -26,5 +26,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
- folder: composeApp/build/dist/wasmJs/productionExecutable
+ folder: composeApp/build/kotlin-webpack/wasmJs/productionExecutable
clean: true
\ No newline at end of file
diff --git a/README.md b/README.md
index d32a768..32e7242 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,8 @@ This game project is built using Kotlin Multiplatform, targeting both Web and De
Experience the game in your browser by visiting the demo [here](https://mbakgun.github.io/ButterflyEffect).
-
+⭐️ A great article to read: [The Butterfly Effect](https://thedecisionlab.com/reference-guide/economics/the-butterfly-effect)
+
## Conclusion