From 1d84e281554f786967f4d408eb5016cc72d0cba7 Mon Sep 17 00:00:00 2001 From: Suhun Han Date: Sun, 14 Jul 2024 13:35:26 +0900 Subject: [PATCH] docs: update install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f07dc..0c5d22c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This library internally uses [bbc/sqs-producer](https://github.com/bbc/sqs-produ ## Installation ```shell script -$ npm i --save @ssut/nestjs-sqs +npm i --save @ssut/nestjs-sqs @aws-sdk/client-sqs ``` ## Quick Start