Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 1c53dc2

Browse files
authored
Merge pull request #15 from josiahaltschuler/fix-typos-in-readme
Fix minor typos in README
2 parents 13a6772 + cad35c3 commit 1c53dc2

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
@@ -1,6 +1,6 @@
11
# KustoSchemaToolsAction
22

3-
This tool can be used to synchronized your schema from Azure Data Explorer (Kusto) cluster to yml files in a GitHub repository and back, using GitHub Actions.
3+
This tool can be used to synchronize your schema from Azure Data Explorer (Kusto) cluster to yml files in a GitHub repository and back, using GitHub Actions.
44

55
## Getting Started
66

@@ -14,16 +14,16 @@ This tool can be used to synchronized your schema from Azure Data Explorer (Kust
1414
1. The diffs will be posted as PR comment
1515
1. Merge the PR to roll out the changes to your Azure Data Explorer (Kusto) cluster
1616

17-
This project can be used as it is and doesn't require customizations. In the repo
17+
This project can be used as it is and doesn't require customizations.
1818

1919
## Adding custom behavior
2020

21-
KustoSchemaTools uses plugins for reading the and writing the schema from or to a database or yaml file. You can find more docs on that in the [KustoSchemaTools repo](https://github.com/github/KustoSchemaTools).
21+
KustoSchemaTools uses plugins for reading and writing the schema from or to a database or yaml file. You can find more docs on that in the [KustoSchemaTools repo](https://github.com/github/KustoSchemaTools).
2222

2323
The easiest way to add your own logic is to
2424
1. [Fork](fork) this repository
25-
1. Implement your own plugins ([examle](KustoSchemaCLI/Plugins/TableGroupPlugin.cs))
25+
1. Implement your own plugins ([example](KustoSchemaCLI/Plugins/TableGroupPlugin.cs))
2626
1. Register them in the [Program.cs](https://github.com/github/KustoSchemaToolsAction/blob/main/KustoSchemaCLI/Program.cs#L15)
2727
1. Build your own docker container ([workflow](.github/workflows/publish_image.yml))
2828
1. Add the definition of your [action](workflows/action.yaml) if required.
29-
1. Use the provided workflows with your container ([import](workflows/import.yml), [diff](workflows/diff.yml), [apply](workflows/apply.yml))
29+
1. Use the provided workflows with your container ([import](workflows/import.yml), [diff](workflows/diff.yml), [apply](workflows/apply.yml))

0 commit comments

Comments
 (0)