From a4e46ff055f3d66a8f0a9a1922660ba3b1233870 Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 13 Dec 2018 18:28:14 +0100 Subject: [PATCH] rename passedStations to stopovers --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b45b0f1..cb890cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,7 +112,7 @@ Output from [`require('db-hafas').journeys(…)`](https://github.com/derhuerst/d - `when`: A [UNIX timestamp](https://en.wikipedia.org/wiki/Unix_time) or anything parsable by [`parse-messy-time`](https://github.com/substack/parse-messy-time#example). Default: now. - `results`: Maximum number of results. Default: `5`. - `via`: Station ID. Default: `null`. -- `passedStations`: Return stations on the way? Default: `false`. +- `stopovers`: Return stations on the way? Default: `false`. - `transfers`: Maximum number of transfers. Default: `5`. - `transferTime`: Minimum time in minutes for a single transfer. Default: `0`. - `accessibility`: Possible values: `partial`, `complete`. Default: `none`.