Skip to content

Commit

Permalink
docs: Update README installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
tvsbrent authored Jan 26, 2022
1 parent f86d751 commit 99dfde3
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 @@ -28,7 +28,7 @@ npm install @oreillymedia/cypress-playback -D

```JavaScript
module.exports = (on, config) => {
require('@oreillymedia/cypress-playback/addPlugins')(on, config);
require('@oreillymedia/cypress-playback/addTasks')(on, config);
// Add any other tasks
return config;
};
Expand Down

0 comments on commit 99dfde3

Please sign in to comment.