diff --git a/README.md b/README.md index cedaa9d..392ebe9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Vapor Version](https://img.shields.io/badge/Vapor-4-F6CBCA.svg)](http://vapor.codes) [![build](https://github.com/alexsteinerde/graphiql-vapor/workflows/build/badge.svg)](https://github.com/alexsteinerde/graphiql-vapor/actions) -This package ships functionality to add the [GraphiQL](https://github.com/graphql/graphiql) GraphQL web editor and request-tester page to an `Application` instance in Vapor. +This package ships functionality to add the [GraphiQL](https://github.com/graphql/graphiql) GraphQL web editor and request-tester page to an `Application` instance in Vapor. ## Installation ```swift @@ -11,7 +11,7 @@ import PackageDescription let package = Package( dependencies: [ - .package(url: "https://github.com/alexsteinerde/graphiql-vapor.git", from: "1.0.0"), + .package(url: "https://github.com/alexsteinerde/graphiql-vapor.git", from: "2.0.0"), ], targets: [ .target(name: "App", dependencies: ["GraphiQLVapor"]),