Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Jan 5, 2019
1 parent 221bd4f commit d878dbf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit d878dbf

Please sign in to comment.