From 8948054ca29bb400d4a2a8387b38a4518a08bf5f Mon Sep 17 00:00:00 2001 From: Arnas Bradauskas Date: Mon, 20 Nov 2023 13:56:44 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5bcc0e..2c9d678 100644 --- a/README.md +++ b/README.md @@ -757,7 +757,7 @@ asyncio.run(main()) ### Transportation -In [traveltime.py](https://github.com/traveltime-dev/traveltime-python-sdk/blob/master/traveltimepy/dto/transportation.py) +In [transportation.py](https://github.com/traveltime-dev/traveltime-python-sdk/blob/master/traveltimepy/dto/transportation.py) you can find all implemented transportation types, their sub-parameters and their default values. These examples don't apply to proto / fast endpoints. For more examples you can always refer to [Unit Tests](https://github.com/traveltime-dev/traveltime-python-sdk/tree/master/tests)