Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlevin committed Jul 16, 2015
1 parent ecc1296 commit 7bae4f2
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 @@ -8,7 +8,7 @@ returns all the positions that utilize all the pieces while keeping them indepen

Morpy is named after [Paul Morphy](https://en.wikipedia.org/wiki/Paul_Morphy).

## Usage example
## Usage examples
```bash
$ morpy.py --help
usage: morpy.py [-h] [--kings n] [--queens n] [--bishops n] [--knights n]
Expand All @@ -35,5 +35,5 @@ $ time morpy.py 7 7 --kings 2 --queens 2 --bishops 2 --knights 1

real 1m36.006s
user 1m35.092s
sys 0m0.864s
sys 0m0.864s
```

0 comments on commit 7bae4f2

Please sign in to comment.