Skip to content

Commit

Permalink
removed unneeded #openInHand
Browse files Browse the repository at this point in the history
  • Loading branch information
KenDickey committed Jun 9, 2024
1 parent ea0fad1 commit ed02033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Solitaire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Solitaire: Klondike & FreeCell Solitaire Games
Then execute

````Smalltalk
Klondike newGame openInHand.
FreeCell newGame openInHand.
Klondike newGame.
FreeCell newGame.
````

Or use the World Menu to invoke: New Morph.. --> Layouts --> FreeCell
Expand Down

0 comments on commit ed02033

Please sign in to comment.