From d878dbfe82d63d56130fd8a2fd6307837f64e14a Mon Sep 17 00:00:00 2001 From: MelKori Date: Sat, 5 Jan 2019 14:26:24 +0200 Subject: [PATCH] update readme --- README.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index eaf95f6..0a38812 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] ` [source,clojure] ---- -[net.tbt-post/zlib-tiny "0.2.1"] +[net.tbt-post/zlib-tiny "0.2.3"] ---- [source, clojure] @@ -48,6 +48,13 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] ` bytes->str) ---- +[source, clojure] +---- +;; CRC32 example +(crc32 (.getBytes "123456789")) +=> 3421780262 +---- + == Manual Build [source,text]