From 10a4f7449e60dc995db3f6f781666894851762bd Mon Sep 17 00:00:00 2001 From: Dustin H Date: Mon, 28 Mar 2016 20:31:11 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2200952..0e85e89 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The reader returns with data off the Buffer. ```go import ( "gopkg.in/djherbis/buffer.v1" - "gopkg.in/djherbis/nio.v1" + "gopkg.in/djherbis/nio.v2" ) buf := buffer.New(32*1024) // 32KB In memory Buffer @@ -52,7 +52,7 @@ r, w := nio.Pipe(buf) Installation ------------ ```sh -go get gopkg.in/djherbis/nio.v1 +go get gopkg.in/djherbis/nio.v2 ``` For some pre-built buffers grab: