From 146277d2188daa75ddb77be868da6b5e7bfda067 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:36:49 +0200 Subject: [PATCH] docs: add multi-parser mention in the list of packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af564f512..f71484263 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following package: 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. +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. Validation is powered by [Spectral](https://github.com/stoplightio/spectral). Updated bundle for the browser is always attached to the GitHub Release.