aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 822ba70..4461483 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The app should now be installed.
alternatively, you can compile it yourself and store it in your local bin directory (might be safer):
```bash
-deno compile --allow-all main.ts
+deno compile --allow-all index.ts
cp ./countryfetch ~/.local/bin
```