aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCan2025-01-26 14:50:40 +0100
committerCan2025-01-26 14:50:40 +0100
commit1eaabb587a10bad0799360f056d8fa74aa02aa6a (patch)
treea07769eaa9c770ff86eadb549ac9d0aa860e0860
parent0396d09ce9ac8780a57a83bf03f3615a18371241 (diff)
fix: path error in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62a3019..b37ec59 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ To run the project, you need to have Effekt installed on your machine. You can f
After installing Effekt, you can run the project by executing the following command in the project's root directory:
```bash
-effekt main.effekt --backend js-web --includes .
+effekt src/main.effekt --backend js-web --includes .
```
This will then produce a `main.html` and `main.js` file in the `out` directory. You can open the `main.html` file in your browser to run the emulator.