diff --git a/docs/http.md b/docs/http.md index f5cef18fc..af5c1e119 100644 --- a/docs/http.md +++ b/docs/http.md @@ -324,7 +324,7 @@ In addition to the [general options](#general-options) the following options are |Option |Values |Description | |------------|------------------------------------------------|---------------------------------------------------------------------------| -|roundtrip |`true` (default), `false` |Return route is a roundtrip | +|roundtrip |`true` (default), `false` |Return route is a roundtrip (route returns to first location) | |source |`any` (default), `first` |Return route starts at `any` or `first` coordinate | |destination |`any` (default), `last` |Return route ends at `any` or `last` coordinate | |steps |`true`, `false` (default) |Return route instructions for each trip |