Skip to content

Commit 2ed7611

Browse files
committed
doc
1 parent c87069e commit 2ed7611

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
1818
----
1919
;; ZLib Example
2020
21-
(bytes->string
21+
(bytes->str
2222
(force-byte-array
2323
(inflate
2424
(deflate
@@ -29,14 +29,14 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
2929
deflate
3030
inflate
3131
force-byte-array
32-
bytes->string)
32+
bytes->str)
3333
----
3434

3535
[source, clojure]
3636
----
3737
;; GZip Example
3838
39-
(bytes->string
39+
(bytes->str
4040
(gunzip
4141
(gzip
4242
(str->bytes "test it!"))))
@@ -45,7 +45,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
4545
str->bytes
4646
gzip
4747
gunzip
48-
bytes->string)
48+
bytes->str)
4949
----
5050

5151
== Manual Build

0 commit comments

Comments
 (0)