Skip to content

Commit c973359

Browse files
committed
Correct main script name in executable.
Fixes #15
1 parent bbd41a2 commit c973359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter17/QTicTacToe/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the classic game of **tic-tac-toe**, also known as noughts and crosses.
1414
Usage
1515
=====
1616

17-
Simply run `python qtictactoe.py` from within the project folder.
17+
Simply run `python run.py` from within the project folder.
1818

1919
- Players take turns clicking the mouse on the playing field to mark squares.
2020
- When one player gets 3 in a row, they win.

0 commit comments

Comments
 (0)