Skip to content

Commit bb7eae0

Browse files
authored
docs: Changes transaction to transactional in title(s) (#16)
1 parent 970c7f7 commit bb7eae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Transaction Outbox for Postgres
1+
= Transactional Outbox for PostgreSQL
22
:outbox-pattern: https://morningcoffee.io/what-is-a-transaction-outbox-and-why-you-need-it.html[outbox pattern]
33
:postgresql: https://www.postgresql.org/[PostgreSQL]
44
:sequel: https://sequel.jeremyevans.net/[Sequel]
@@ -13,7 +13,7 @@
1313

1414
image::https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg[Conventional Commits,link=https://www.conventionalcommits.org/en/v1.0.0/]
1515

16-
This gem provides a way to implement the transaction {outbox-pattern} using triggers
16+
This gem provides a way to implement the transactional {outbox-pattern} using triggers
1717
(stored procedures) in the {postgresql} RDBMS.
1818

1919
This only provides the "writing events to the outbox table" part of the outbox pattern.

0 commit comments

Comments
 (0)