Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonstreator committed Dec 23, 2023
1 parent d39012d commit e579ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">txob</h1>
<p align="center">A generic transactional outbox event processor</p>
<p align="center">A generic <a href="https://microservices.io/patterns/data/transactional-outbox.html">transactional outbox</a> event processor with graceful shutdown and horizontal scalability</p>
<p align="center">
<a href="https://codecov.io/gh/dillonstreator/txob" >
<img src="https://codecov.io/gh/dillonstreator/txob/graph/badge.svg?token=E9M7G67VLL"/>
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "txob",
"description": "generic transactional outbox event processor",
"description": "generic transactional outbox event processor with graceful shutdown and horizontal scalability",
"keywords": [
"DDD",
"outbox pattern",
"transactional outbox",
"event processor"
"event processor",
"graceful shutdown",
"microservices"
],
"author": "Dillon Streator <[email protected]>",
"homepage": "https://github.com/dillonstreator/txob",
Expand Down

0 comments on commit e579ec2

Please sign in to comment.