Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 6, 2024
1 parent ab28060 commit 90b842c
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 @@ -8,7 +8,7 @@ and for sure it cannot. It doesn't have any dependencies except Go standard libr
```go
mmq := cmq.NewMockMessageQueue[int]()

# register two different subscribing groups.
// register two different subscribing groups.
mmq.Register("s1", "numbers", 10)
mmq.Register("s2", "numbers", 10)
```

0 comments on commit 90b842c

Please sign in to comment.