Skip to content

Commit

Permalink
Merge pull request #9 from OuesFa/fix/fouest-typo-corrections
Browse files Browse the repository at this point in the history
fix - minor typo corrections
  • Loading branch information
DivLoic authored Feb 11, 2020
2 parents 3d46d64 + 2390b0c commit 6e971d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
This Github Action validates the compatibility of your avro schemas against
[Confluent Cloud](https://www.confluent.io/confluent-cloud)
[Schema Registry](https://github.com/confluentinc/schema-registry).
Regard less of your programming language you can use it just by creating the two following files.
Regardless of your programming language you can use it just by creating the two following files.

An `schema.yml` mapping schemas to subjects for validation
A `schema.yml` mapping schemas to subjects for validation
```yaml
---
schemas:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
required: false
default: 'src/main/avro'
schema-registry-url:
description: 'url to the schema-registry'
description: 'url of the schema-registry'
required: true
schema-registry-api-key:
description: 'Confluent API key'
Expand Down

0 comments on commit 6e971d5

Please sign in to comment.