From 8df75c97b843bc564164318f8d15180648bb0c22 Mon Sep 17 00:00:00 2001 From: Kamil Date: Sun, 15 Sep 2024 12:56:21 +0200 Subject: [PATCH] Update README.md --- packages/core/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/core/README.md b/packages/core/README.md index b54da9c..c8a3775 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -21,6 +21,11 @@ The `InboxOutboxModule` is solution designed for NestJS to tackle the challenges ## Implementation Guide +### Installation +``` +npm i @nestixis/nestjs-inbox-outbox +``` + ### Event Implementation ```typescript