From 9c9cb37e6068a13507308735e8b5087e52d70179 Mon Sep 17 00:00:00 2001 From: Yuichiro Higa Date: Mon, 27 May 2024 12:44:20 +0900 Subject: [PATCH] chore(docs): update readme(add pnpm, bun on install for typescritp) --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b457ff..1638d35 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,19 @@ Access from specific VPC Endpoint only Bucket ```shell npm install @gammarers/aws-secure-vpc-bucket -# or +``` +or +```shell yarn add @gammarers/aws-secure-vpc-bucket ``` +or +```shell +pnpm add @gammarers/aws-secure-vpc-bucket +``` +or +```shell +bun add @gammarers/aws-secure-vpc-bucket +``` ### Python