Skip to content

Commit b07357f

Browse files
author
Guy Baron
authored
Merge pull request #67 from wework/rhinof-patch-1
Updated README.md to reflect stable release branch
2 parents 21ad335 + f823377 commit b07357f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Planned:
2222

2323
1) Deduplication of inbound messages
2424

25+
## Stable relase
26+
the v1.x branch contains the latest stable releases of grabbit and one should track that branch to get point and minor release updates.
2527

2628
## Supported transactional resources
2729
1) MySql > 8.0 (InnoDB)
@@ -107,7 +109,7 @@ gb.HandleEvent("name of exchange", "name of topic", SomeEvent{}, eventHandler)
107109
Start the bus
108110
```Go
109111
gb.Start()
110-
defer gb.Shutsown()
112+
defer gb.Shutdown()
111113
```
112114

113115
Send a command

0 commit comments

Comments
 (0)