Skip to content

Commit

Permalink
docs(README): update wording (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuk authored Apr 25, 2024
1 parent e29bbea commit 04aa422
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 @@ -12,7 +12,7 @@

The purpose of ApiDOM is to provide a single, unifying structure for describing APIs across
API description language and serialization formats. There currently exists several API description languages one can choose
when defining an API, from OpenAPI, RAML or API Blueprint.
when defining an API, from OpenAPI, RAML, API Blueprint or others.
There are also many serialization formats such as XML, YAML or JSON. Without a way to parse these formats
to the same structure, developers are required to handle each format one-by-one, each in a different
way and each translating to their internal domain model. This is tedious, time-consuming,
Expand Down

0 comments on commit 04aa422

Please sign in to comment.