diff --git a/README.md b/README.md index 9813804..2e1a7bb 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ QDRANT_URL=http://local.hasura.dev:6333 With the connector configured, we can now use the CLI to introspect our database and create a source-specific configuration file for our connector. ```bash -ddn connector introspect --connector my_subgraph/connector/qdrant/connector.yaml +ddn connector introspect --connector my_subgraph/connector/qdrant/connector.local.yaml ``` ### Step 6. Create the Hasura metadata @@ -169,4 +169,4 @@ Check out our [contributing guide](https://github.com/hasura/ndc-qdrant/blob/mai ## License -The Qdrant connector is available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file +The Qdrant connector is available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).