Skip to content

Commit 33e4529

Browse files
authored
Update README.md
1 parent 81327d9 commit 33e4529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Go Build & Test](https://github.com/pkritiotis/go-outbox/actions/workflows/build-test.yml/badge.svg)](https://github.com/pkritiotis/go-outbox/actions/workflows/build-test.yml)[![golangci-lint](https://github.com/pkritiotis/go-outbox/actions/workflows/lint.yml/badge.svg)](https://github.com/pkritiotis/go-outbox/actions/workflows/lint.yml)
33
[![codecov](https://codecov.io/gh/pkritiotis/go-outbox/branch/main/graph/badge.svg?token=KZBBS5MRXP)](https://codecov.io/gh/pkritiotis/go-outbox)
44

5-
This project provides a sample implementation of the Transactional Outbox Pattern in Go
5+
This project provides a sample implementation of the Transactional Outbox Pattern in Go. Detailed description in my blog post: https://pkritiotis.io/outbox-pattern-in-go/
66

77
# Features
88
- Send messages within a `sql.Tx` transaction through the Outbox Pattern

0 commit comments

Comments
 (0)