diff --git a/README.md b/README.md index 762e14e..33a60b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

txob

-

A generic transactional outbox event processor

+

A generic transactional outbox event processor with graceful shutdown and horizontal scalability

diff --git a/package.json b/package.json index 0c75471..e4e4f1b 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://github.com/dillonstreator/txob",