Skip to content

Commit

Permalink
fix: import module name
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Oct 24, 2024
1 parent 5dc029a commit 9ab6aed
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 @@ -25,7 +25,7 @@ npm i cdk-iot-core-certificates-v3
## Usage

```typescript
import { ThingWithCert } from 'cdk-iot-core-certificate-v3';
import { ThingWithCert } from 'cdk-iot-core-certificates-v3';

const { thingArn, certId, certPem, privKey } = new ThingWithCert(this, 'MyThing', {
// The name of the thing
Expand Down

0 comments on commit 9ab6aed

Please sign in to comment.