Skip to content

Commit

Permalink
Chore: Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed Oct 9, 2021
1 parent 464fb3e commit cb1ad12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ A GraphQL over Websocket Stream-based Transport Layer on Akka.
"io.github.d-exclaimation" %% "over-layer" % latestVersion
```

or

```sbt
"io.github.d-exclaimation" % "over-layer" % latestVersion
```

## GraphQL Over Websockets

In the GraphQL world, we have the concept of a "subscription" which is a request from the client to subscribe a stream
Expand Down

0 comments on commit cb1ad12

Please sign in to comment.