Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronmi committed Mar 5, 2019
1 parent 6fec34e commit 3f2388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

func main() {
s, err := mnsender.NewSender("127.0.0.1:2828", 0)
s, err := mnsender.NewTCPSender("127.0.0.1:2828", 0)
// handler error here

if err := s.Start(); err != nil {
Expand Down

0 comments on commit 3f2388c

Please sign in to comment.