Skip to content

Commit 926a2f6

Browse files
committed
Update README.md to enhance project initialization instructions and clarify configuration requirements for the Bright Data SERP connector.
1 parent 6259bf8 commit 926a2f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bright_data_serp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ To initialize a new Connector SDK project using this connector as a starting poi
2121
```bash
2222
fivetran init <project-path> --template connectors/bright_data_serp
2323
```
24+
```fivetran init``` initializes a new Connector SDK project by setting up the project structure, configuration files, and a connector you can run immediately with ```fivetran debug```. For more information on ```fivetran init```, refer to the [Connector SDK init documentation](https://fivetran.com/docs/connector-sdk/connector-development-and-configuration/connector-sdk-commands#fivetraninit).
2425

25-
Note: Ensure that the `configuration.json` file is not checked into version control to protect sensitive information.
26+
Note: Ensure you have updated the `configuration.json` file with the necessary parameters before running `fivetran debug`. See the [Configuration file](https://github.com/fivetran/community_connectors/pull/41#configuration-file) section for details on the required configuration parameters.
2627

2728
## Features
2829

0 commit comments

Comments
 (0)