From 540e2943a24a287dc892a4fbc7d6c8d3e7750f4f Mon Sep 17 00:00:00 2001 From: yicr Date: Thu, 26 Dec 2024 17:22:43 +0900 Subject: [PATCH] fix: readme package changed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 651fb38..59c4b33 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ This AWS CDK construct modifies the storage format of CloudFront logs in S3 to m #### install by npm ```shell -npm install @gammarers/aws-rds-database-running-schedule-stack +npm install @gammarers/aws-cloudfront-access-log-relocater ``` #### install by yarn ```shell -yarn add @gammarers/aws-rds-database-running-schedule-stack +yarn add @gammarers/aws-cloudfront-access-log-relocater ``` ## Example ```typescript -import { CloudFrontAccessLogRelocater } from '@gammarer/aws-rds-database-running-schedule-stack'; +import { CloudFrontAccessLogRelocater } from '@gammarers/aws-cloudfront-access-log-relocater'; declare const logBucket: s3.Bucket;