diff --git a/servant-openapi3.cabal b/servant-openapi3.cabal index 1824b553..d27f0816 100644 --- a/servant-openapi3.cabal +++ b/servant-openapi3.cabal @@ -4,7 +4,7 @@ synopsis: Generate a Swagger/OpenAPI/OAS 3.0 specification for your s description: Swagger is a project used to describe and document RESTful APIs. The core of the project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/). - This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is + This library implements v3.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. .