Skip to content

Commit

Permalink
chore: Add import to README example
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Feb 16, 2022
1 parent 82bfd5a commit 89b88fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ CDK stack. Within the `dnsConfig` block you pass the Route 53 fully qualified
domain name, and the hosted zone ID.

```javascript
import { PublicIPSupport } from '@raykrueger/cdk-fargate-public-dns';

new PublicIPSupport(stack, 'PublicIPSupport', {
cluster,
service,
Expand Down

0 comments on commit 89b88fc

Please sign in to comment.