diff --git a/README.md b/README.md index 99cc073..9336157 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This is a template project to mix-and-match TypeScript and Lua for your Picotron - `cd my-project` then `pnpm install` - Inside Picotron: - Open the terminal, `cd my-project` then `load game` - - Edit `main.lua` to fix `cd` line to `cd("/my-project/build")` + - Edit `main.lua` to change the `cd` line to `cd("/my-project/build")` - Run the game ## Development