Skip to content

Commit a6d34d3

Browse files
committed
fix: typo in README
1 parent 2cefbdc commit a6d34d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ For more information: https://ktor.io/docs/client-logging.html
6666
#### Example usage of the `VehiclesRouter`:
6767

6868
```kotlin
69-
val api = Api.create()
70-
val response: List<Vehicle> = api.vehicles.all("organisation-id", VehicleRequestParameters(
69+
val response: List<Vehicle> = Api.vehicles.all("organisation-id", VehicleRequestParameters(
7170
includes = listOf(
7271
VehicleIncludes.Specification
7372
)

0 commit comments

Comments
 (0)