fix readme for optional schedule

This commit is contained in:
Sylvain Briat 2024-03-28 17:51:09 +01:00 committed by sbriat
parent 3786fcc2c2
commit ffeb009497
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ The app exposes the following [gRPC](https://grpc.io/) services :
- the departure time (as HH:MM) - the departure time (as HH:MM)
- the margin around the departure time in seconds (optional) (_default : 900_) - the margin around the departure time in seconds (optional) (_default : 900_)
_If the schedule is not set, the driver departure time is guessed to be the ideal departure time to reach the passenger, and the passenger departure time is guessed to by the ideal pick up time for the driver_ _If the schedule is not set, the driver departure time is guessed to be the ideal departure time to reach the passenger, and the passenger departure time is guessed to be the ideal pick up time for the driver_
- **seatsProposed** (integer, optional): number of seats proposed as driver (_default : 3_) - **seatsProposed** (integer, optional): number of seats proposed as driver (_default : 3_)
- **seatsRequested** (integer, optional): number of seats requested as passenger (_default : 1_) - **seatsRequested** (integer, optional): number of seats requested as passenger (_default : 1_)