Skip to content

Commit 87fdae1

Browse files
committed
Format commands in readme properly
1 parent 31833b4 commit 87fdae1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ You need a GitHub account to store your solves on a Gist.
2424

2525
## Usage
2626

27-
### solve
27+
### `solve`
2828

2929
> Primary command line executable name.
3030
3131
This will begin a solving session. All session statistics will be stored locally for this session.
3232

33-
### solve stats [--bucket n] [--min min] [--max max]
33+
### `solve stats [--bucket n] [--min min] [--max max]`
3434

3535
> View your lifetime statistics
3636
@@ -44,7 +44,7 @@ each. If you would like to see just a subset of all your solves, you can use the
4444
print the distribution of your solve times between 10 and 20 seconds at a bucket
4545
sizeof 2 seconds.
4646

47-
### solve push
47+
### `solve push`
4848

4949
> Push all your solves to a gist
5050
@@ -53,7 +53,7 @@ Psst, You can always add more data to your gist, from any other place that you m
5353
have recorded solves previously, and this app will automatically account for that when
5454
calculating stats using `solve stats`. Handy, huh?
5555

56-
### solve login
56+
### `solve login`
5757

5858
> One time GitHub authentication
5959
@@ -63,19 +63,19 @@ the username and password everytime you want to push, and the OAuth token stays
6363
**Psst,** you can delete and create a new OAuth token using this command at any time, just in case you think
6464
there was a breach! (Everything will work exactly like before!)
6565

66-
### solve --show gist
66+
### `solve --show gist`
6767

6868
> Print the URL where all your times are stored
6969
7070
This will print the URL to your gist, using your username and the gist ID that we have stored on
7171
your machine.
7272

73-
### solve --show local
73+
### `solve --show local`
7474

7575
> Print the local path to the file in which local times are stored (before
7676
> pushing to gist)
7777
78-
### solve --file|--files
78+
### `solve --file|--files`
7979

8080
> Show the path to the files where solve history is stored locally
8181

0 commit comments

Comments
 (0)