Skip to content

Commit

Permalink
fix: readme package changed
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Dec 26, 2024
1 parent 213ddae commit 540e294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 540e294

Please sign in to comment.