Skip to content

Commit

Permalink
fixes mode in example in spec
Browse files Browse the repository at this point in the history
fixes #53
everything from operator, through delays, price and time of travel to departing/arriving at specific platforms indicates that it is a train
  • Loading branch information
matkoniecz authored and derhuerst committed Sep 5, 2018
1 parent 9b3d3fc commit a262d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ A `journey` is a computed set of directions to get from A to B at a specific tim

// - see section on modes
// - overrides `schedule`'s `mode`
mode: 'walking',
mode: 'train',

subMode: …, // reserved for future use

Expand Down

0 comments on commit a262d28

Please sign in to comment.