Skip to content

Commit

Permalink
docs: Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Oct 26, 2021
1 parent 86b4df3 commit 1c25b7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ new DatadogIAMUser(stack, 'TestUser', {
### DataDog Integration

```typescript
new DatadogIntegration(this, 'DataDogIntegration', {
import { DatadogIntegrationAWS } from '@nomadblacky/cdk-datadog-resources';

new DatadogIntegrationAWS(this, 'DataDogIntegration', {
datadogCredentials: {
apiKey: "DATADOG_API_KEY",
applicationKey: "DATADOG_APP_KEY",
Expand Down

0 comments on commit 1c25b7e

Please sign in to comment.