Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
djherbis committed Mar 29, 2016
1 parent 38f692f commit f0cd0e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@ The reader returns with data off the Buffer.

```go
import (
"github.com/djherbis/buffer"
"github.com/djherbis/nio"
"gopkg.in/djherbis/buffer.v1"
"gopkg.in/djherbis/nio.v1"
)

buf := buffer.New(32*1024) // 32KB In memory Buffer
@@ -52,10 +52,10 @@ r, w := nio.Pipe(buf)
Installation
------------
```sh
go get github.com/djherbis/nio
go get gopkg.in/djherbis/nio.v1
```

For some pre-built buffers grab:
```sh
go get github.com/djherbis/buffer
go get gopkg.in/djherbis/buffer.v1
```

0 comments on commit f0cd0e7

Please sign in to comment.