Skip to content

Commit

Permalink
Update installation section in readme for new release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsteinerde committed Feb 2, 2021
1 parent 01c3b38 commit c88ceec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![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
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"]),
Expand Down

0 comments on commit c88ceec

Please sign in to comment.