diff --git a/README.md b/README.md index 38bf9f6..ff1f62d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In build.sbt add the jitpack resolver and library dependency: resolvers += "jitpack" at "https://jitpack.io" ``` ``` -libraryDependencies += "com.github.nathaniel-may" % "buffered-zipper" % "1.0.0" +libraryDependencies += "com.github.nathaniel-may" % "BufferedZipper" % "1.0.0" ``` Before running the `BufferedZipper` with a `ByteLimit` restriction, the JVM being used to run the code must have the `javaagent` flag set to the `jamm` jar file. See the [jamm package](https://github.com/jbellis/jamm) for more information.