Skip to content

Commit

Permalink
chore: update readme(fix example)
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Apr 30, 2024
1 parent cec364c commit 4be9516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ yarn add @gammarers/aws-rds-database-auto-running-stop-stack
```typescript
import { BudgetsNotification } from '@gammarers/aws-rds-database-auto-running-stop-stack';

new RDSDatabaseAutoRunningStopStack(stack, 'RDSDatabaseAutoRunningStopStack');
new RDSDatabaseAutoRunningStopStack(app, 'RDSDatabaseAutoRunningStopStack');

```

Expand Down

0 comments on commit 4be9516

Please sign in to comment.