Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Baron authored May 7, 2019
1 parent a379838 commit f823377
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 @@ -109,7 +109,7 @@ gb.HandleEvent("name of exchange", "name of topic", SomeEvent{}, eventHandler)
Start the bus
```Go
gb.Start()
defer gb.Shutsown()
defer gb.Shutdown()
```

Send a command
Expand Down

0 comments on commit f823377

Please sign in to comment.