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