Skip to content

Commit f823377

Browse files
author
Guy Baron
authored
Update README.md
1 parent a379838 commit f823377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ gb.HandleEvent("name of exchange", "name of topic", SomeEvent{}, eventHandler)
109109
Start the bus
110110
```Go
111111
gb.Start()
112-
defer gb.Shutsown()
112+
defer gb.Shutdown()
113113
```
114114

115115
Send a command

0 commit comments

Comments
 (0)