Skip to content

Commit

Permalink
docs: fix typo in README.md (asyncapi#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Nov 29, 2021
1 parent 511d39c commit 39c2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ import parser from '@asyncapi/parser';

## Custom message parsers

AsyncAPI doesn't enforce one schema format for messages. You can have payload of your messages described with OpenAPI, Avro, etc. This parser by default parses only AsyncAPI schema format. You can extend it by creating a custom parser and registering it withing the parser:
AsyncAPI doesn't enforce one schema format for messages. You can have payload of your messages described with OpenAPI, Avro, etc. This parser by default parses only AsyncAPI schema format. You can extend it by creating a custom parser and registering it within the parser:

1. Create custom parser module that exports two functions:

Expand Down

0 comments on commit 39c2a9f

Please sign in to comment.