Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pablo Rinaldi committed Sep 11, 2016
1 parent e2cb168 commit f754971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -17,7 +17,7 @@ StateMachineGamer class. StateMachineGamer is based on the state machine view
of general game playing, in which playing a game is represented as proceeding
through a state machine. The underlying state machine, which you can access via
getStateMachine() when inheriting from StateMachineGamer, provides methods that
you can use to investigate the game being player:
you can use to investigate the game being played:

* Each game has a starting state.
getInitialState() is the starting state.
Expand Down Expand Up @@ -85,4 +85,4 @@ non-GUI player and server applications.

* This project is licensed under the New BSD License. Licensing information for
the project can be found in the licenses/LICENSE file. Licensing information
for the included external libraries can be found in the licenses/ directory.
for the included external libraries can be found in the licenses/ directory.

0 comments on commit f754971

Please sign in to comment.