Skip to content

Commit

Permalink
chore(README.md): Add missing import in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Jan 15, 2024
1 parent cf7b664 commit cc4328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To start tracking feature flags on Datadog:

```typescript
import { datadogRum } from '@datadog/browser-rum';
import { FliptMetrics } from '@flipt-io/flipt';
import { FliptClient, FliptMetrics } from '@flipt-io/flipt';

datadogRum.init({
applicationId: '<APPLICATION_ID>',
Expand Down

0 comments on commit cc4328a

Please sign in to comment.