diff --git a/README.md b/README.md index e8c4df0..3f3b9ca 100644 --- a/README.md +++ b/README.md @@ -73,22 +73,7 @@ This tap: ``` 5. In the properties.json file, select the streams to sync - Each stream in the properties.json file has a "schema" entry. To select a stream to sync, add `"selected": true` to that stream's "schema" entry. For example, to sync the pull_requests stream: - ``` - ... - "tap_stream_id": "pull_requests", - "schema": { - "selected": true, - "properties": { - "updated_at": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - ... - ``` + Each stream in the properties.json file has a "schema" entry. To select a stream to sync, add `"selected": true` to an entry in that stream without breadcrumbs. 6. Run the application