From 5d118c320b50492add4d5f420d4633524666d590 Mon Sep 17 00:00:00 2001 From: John Michael Mizerany Date: Tue, 27 Feb 2024 13:41:51 -0600 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5051870..d1f5be0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pipx install git+https://github.com/fleetio/tap-fleetio.git@main | Setting | Required | Default | Description | |:--------------------|:--------:|:-------:|:------------| -| api_key | True | None | The token to authenticate against the Fleetio API | +| api_key | True | None | The key to authenticate against the Fleetio API | | account_token | True | None | Account Token | | api_url | False | https://secure.fleetio.com/api | Fleetio API base url | | stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |