Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ollls authored Mar 27, 2023
1 parent 24aedfa commit 66c0e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ZIO2 native, asyncronous, Java NIO based implementation of http/2 packet streaming server with TLS encryption implemented as scala ZIO2 effect with ALPN h2 tag. Direct native translation of ZIO ZStream chunks into http2 packets (inbound and outbound). Tested and optimized to produce highest possible TPS.

```
libraryDependencies += "io.github.ollls" %% "zio-quartz-h2" % "0.2.1"
libraryDependencies += "io.github.ollls" %% "zio-quartz-h2" % "0.4.3"
```
* 0.4.3 template example: client/server (quartz-h2 HTTP/2 client only supports TLS with ALPN H2 HTTP/2 hosts), `sbt run`<br>
/~https://github.com/ollls/zio-quartz-demo
Expand Down

0 comments on commit 66c0e1b

Please sign in to comment.