diff --git a/README.md b/README.md index e526b16..9ed1599 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ Simple, performant message library for Java, using records. It allows you to serialize and deserialize records and their contents for use in network or filesystem IO. +Add it to your Maven project like so: +```xml + + com.andrewlalis + record-net + 1.0.0 + +``` +or Gradle: +```groovy +implementation 'com.andrewlalis:record-net:1.0.0' +``` + ## Example ```java