aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Duncan <github@pablotron.org>2016-11-25 10:52:26 -0500
committerGitHub <noreply@github.com>2016-11-25 10:52:26 -0500
commitb8255fae9ed5e76482a8dcdf22bb1d0a42baa511 (patch)
treecc9214fec0d9f2904c1544f6e10898e83b0ef4fd /README.md
parenta6855e0cc3fd8af026444e36e33c6767301094b5 (diff)
parenteb6e2ae5bd6c84dc0fe52fccb8a252a929808df0 (diff)
downloadzip-crystal-b8255fae9ed5e76482a8dcdf22bb1d0a42baa511.tar.bz2
zip-crystal-b8255fae9ed5e76482a8dcdf22bb1d0a42baa511.zip
Merge pull request #5 from Sija/crystal-0.20
Update to Crystal v0.20
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32782f9..95ffca0 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Zip.write("foo.zip") do |zip|
end
# create memory io
-mem_io = MemoryIO.new
+mem_io = IO::Memory.new
# read from "foo.zip"
Zip.read("foo.zip") do |zip|