Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis committed Mar 29, 2016
1 parent f0cd0e7 commit 10a4f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 10a4f74

Please sign in to comment.