Skip to content

Commit ca14d27

Browse files
madebyfabianjuliuste
authored andcommittedJul 10, 2019
Updated readme.md
added a comma in the options object example
1 parent 3d4ddf7 commit ca14d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ With `opt`, you can override the default options, which look like this:
3636
noICETrains: false,
3737
transferTime: 0, // in minutes
3838
duration: 1440, // search for routes in the next n minutes
39-
preferFastRoutes: true
39+
preferFastRoutes: true,
4040
travellers: [{ // one or more
4141
bc: 0, // BahnCard ID (see https://gist.github.com/juliuste/202bb04f450a79f8fa12a2ec3abcd72d)
4242
typ: "E", // E: adult: K: child; B: baby -- BUG: child and baby dont work ATM

0 commit comments

Comments
 (0)
Please sign in to comment.