Skip to content

Commit

Permalink
Merge pull request #67 from wework/rhinof-patch-1
Browse files Browse the repository at this point in the history
Updated README.md to reflect stable release branch
  • Loading branch information
Guy Baron authored May 7, 2019
2 parents 21ad335 + f823377 commit b07357f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Planned:

1) Deduplication of inbound messages

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

## Supported transactional resources
1) MySql > 8.0 (InnoDB)
Expand Down Expand Up @@ -107,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 b07357f

Please sign in to comment.