Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano-belloni authored Dec 13, 2022
1 parent 9884eac commit 8beb9b3
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 @@ -18,7 +18,7 @@ or
```ts
import { analyzeRuntimeDependencies } from "@jpmorganchase/depcom";

const { ImportArray, Time, FileCount, Logs } = analyzeRuntimeDependencies({
const { ImportArray, Time, FileCount, Logs } = await analyzeRuntimeDependencies({
path: "path/to/package",
options: {
match: "**/*.{tsx,jsx,mjs,cjs,ts,js,css}",
Expand Down

0 comments on commit 8beb9b3

Please sign in to comment.