Skip to content

Commit 6b4dde4

Browse files
authored
chore: Update README.md
1 parent a09a341 commit 6b4dde4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ To get started all you need to do is change a few names, define some tables, and
77
- Items - A boilerplate table definition
88
- ItemResolver - A boilerplate table resolver
99
- plugin/example/client.py
10-
- ExampleClient - A boilerplate API Client
10+
- ExampleClient - A boilerplate API Client
1111
- plugin/client/client.py
12-
- Spec - Defines the CloudQuery Config
13-
- Client (uses: ExampleClient) - Wraps your API Client
12+
- Spec - Defines the CloudQuery Config
13+
- Client (uses: ExampleClient) - Wraps your API Client
1414
- plugin/plugin.py
15-
- ExamplePlugin - The plugin registration / how CloudQuery knows what tables your plugin exposes.
15+
- ExamplePlugin - The plugin registration / how CloudQuery knows what tables your plugin exposes.
1616

1717

1818

@@ -63,4 +63,4 @@ Finally, you need to edit the `plugin.py` file to set the plugin name and versio
6363
## Links
6464

6565
- [Architecture](https://www.cloudquery.io/docs/developers/architecture)
66-
- [Concepts](https://www.cloudquery.io/docs/developers/creating-new-plugin/python-source)
66+
- [Concepts](https://www.cloudquery.io/docs/developers/creating-new-plugin/python-source)

0 commit comments

Comments
 (0)