Skip to content

Commit 6c215a8

Browse files
authored
docs: add multi-parser mention in the list of packages (#1049)
1 parent 1bc505e commit 6c215a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following package:
44

55
1. [Parser-js](packages/parser): Use this package to validate and parse AsyncAPI documents —either YAML or JSON— in your Node.js or browser application.
6+
2. [Multi-Parser](packages/multi-parser): This tool allows the parsing of AsyncAPI documents producing a desired interface based on a given Parser-API version. Useful if your tool needs to support several AsyncAPI Spec versions.
67

78
Validation is powered by [Spectral](https://github.com/stoplightio/spectral).
89
Updated bundle for the browser is always attached to the GitHub Release.

0 commit comments

Comments
 (0)