Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 9, 2023
1 parent 5614d6c commit c475a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

# gql

Universal [GraphQL](https://www.graphql.com/) HTTP middleware for Deno. Based on
[graphql-http](https://github.com/graphql/graphql-http).
Universal and spec-compliant [GraphQL](https://www.graphql.com/) HTTP middleware
for Deno. Based on [graphql-http](https://github.com/graphql/graphql-http).

## Features

Expand Down Expand Up @@ -71,7 +71,7 @@ $ curl -X POST localhost:3000/graphql -d '{ "query": "{ hello }" }' -H "Content-
}
```

Or in [GraphQL Playground](https://localhost:3000/graphql):
Or in the GraphQL Playground:

![image](https://user-images.githubusercontent.com/35937217/112218821-4133c800-8c35-11eb-984a-5c21fa71c229.png)

Expand Down

0 comments on commit c475a6e

Please sign in to comment.