Skip to content

Commit 59f7543

Browse files
authored
Update README.md
1 parent 9c125ac commit 59f7543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can write
4040

4141
void CmdQuit(string[] args)
4242
{
43-
Game.console.
43+
Game.console.Write("Goodbye\n");
4444
Application.Quit();
4545
}
4646
```

0 commit comments

Comments
 (0)