Skip to content

Commit

Permalink
readme words
Browse files Browse the repository at this point in the history
  • Loading branch information
thacuber2a03 committed Jul 17, 2024
1 parent 759f65d commit 45dc658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a text based game framework, sorta like [cel7](https://rxi.itch.io/cel7) but not

download latest txt version from releases

make a `main.wren` file, then paste this small hello world in
make a `main.wren` file, paste this small hello world in and save it

```wren
import "txt" for TXT
Expand All @@ -27,7 +27,7 @@ class Game {

if you cloned from this repo, the `main.wren` file should already be there

save and close the file, then run `txt` in the command line
run `txt` in the command line

tada.wav

Expand Down

0 comments on commit 45dc658

Please sign in to comment.