Skip to content

Commit 3fd5f9b

Browse files
authored
docs: Update nyc-test-coverage README (#866)
1 parent 3e7c854 commit 3fd5f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nyc-test-coverage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
## Getting Started
88

9-
1. `npm install mocha nyc`
10-
2. Instantiate `WorkflowCoverage` from this package, and call `augmentWorkerOptions()` to configure Workflows to gather and export code coverage data:
9+
1. `npm install -D mocha nyc @temporalio/nyc-test-coverage`
10+
1. Instantiate `WorkflowCoverage` from this package, and call `augmentWorkerOptions()` to configure Workflows to gather and export code coverage data:
1111

1212
```ts
1313
import { WorkflowCoverage } from '@temporalio/nyc-test-coverage';

0 commit comments

Comments
 (0)