Skip to content

Commit

Permalink
Adjust README for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Dec 18, 2020
1 parent e970cc0 commit 8378c7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As an example this is how you would include the dependency in maven:
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-quic</artifactId>
<version>0.0.1.Final</version>
<version>0.0.2.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
```
Expand All @@ -23,7 +23,7 @@ For macOS / OSX:
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-quic</artifactId>
<version>0.0.1.Final</version>
<version>0.0.2.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>
```
Expand All @@ -33,3 +33,6 @@ For macOS / OSX:
For some examples please check our
[example package](https://github.com/netty/netty-incubator-codec-quic/tree/main/src/test/java/io/netty/incubator/codec/quic).
This contains a server and a client that can speak some limited HTTP/0.9 with each other.

For more "advanced" use-case consider checking our
[netty-incubator-codec-http3](https://github.com/netty/netty-incubator-codec-http3) project.

0 comments on commit 8378c7c

Please sign in to comment.