Skip to content

Commit

Permalink
chore: Fix example code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Mar 27, 2023
1 parent 4e3e1f6 commit fe91b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { findChrome } = require('../index')
max: 128,
download: {
puppeteer,
path: join('../test', 'chrome'),
path: join(__dirname, '..', 'test', 'chrome'),
revision: PUPPETEER_REVISIONS.chromium
}
})
Expand Down

0 comments on commit fe91b9c

Please sign in to comment.