Skip to content

Commit 79e4f35

Browse files
committed
Merge pull request #7 from matthewmcneely/patch-1
Update README.md
2 parents 9ea08ed + 7164f25 commit 79e4f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Usage [![Go Walker](http://img.shields.io/badge/docs-API-brightgreen.svg?style=f
1111
Firstly import package and create broadcast group. You may create any number of groups for different broadcasts:
1212

1313
import (
14-
"github.com/NimbleIndustry/bcast"
14+
"github.com/grafov/bcast"
1515
)
1616

1717
group := bcast.NewGroup() // create broadcast group
@@ -49,7 +49,7 @@ See more examples in a test suit `bcast_test.go`.
4949
Install
5050
-------
5151

52-
`go get github.com/NimbleIndustry/bcast`
52+
`go get github.com/grafov/bcast`
5353

5454
No external dependencies beside standard packages.
5555

0 commit comments

Comments
 (0)