Skip to content

Commit

Permalink
Formatting fix for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dherbst committed Dec 24, 2020
1 parent 9f88dc2 commit 86528ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Alternatively, you can use the `go install` command which should install the `se

## Commands

### septa next <src> <dest>
Returns the next to arrive between the src and dest stations.
### Next to Arrive - `septa next <src> <dest>`
Returns the next to arrive between the `src` and `dest` stations.

$ septa next Narberth "Suburban Station"

Expand All @@ -35,8 +35,8 @@ Returns the next to arrive between the src and dest stations.
Paoli/Thorndale Train 5352 Departs 7:57PM Arrives 8:16PM On time


### septa stations
Returns the list of stations
### List of stations - `septa stations`
Returns the list of stations that are used as arguments in the `next` command.

$ septa stations

Expand Down

0 comments on commit 86528ab

Please sign in to comment.