Skip to content

Commit

Permalink
fix: fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexneo2003 committed Feb 22, 2023
1 parent 7ecd4d9 commit 516d29f
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 @@ -64,7 +64,7 @@ Configure Playwright Azure Reporter with `playwright-azure-reporter` package.
```typescript
import { PlaywrightTestConfig } from '@playwright/test';
import azureConfig from './azure.config.json';
import { AzureReporterOptions } from './src/playwright-azure-reporter';
import { AzureReporterOptions } from '@alex_neo/playwright-azure-reporter/dist/playwright-azure-reporter';

/**
* See https://playwright.dev/docs/test-configuration.
Expand Down

0 comments on commit 516d29f

Please sign in to comment.