checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

Fix broken image paths #159

Closed shuuji3 closed 3 years ago

shuuji3 commented 3 years ago

Description

README.md has three broken images. This is because the image path is not correct. This PR replaces ./chrome-store/ with ./assets/ in those paths.

Type of change

How Has This Been Tested?

You can confirm the change to fix images on this forked branch: https://github.com/shuuji3/headless-recorder/tree/fix-image-path

I couldn't pass the npm run test on my environment but it should pass because this PR only changes README.md.

Checklist:

ianaya89 commented 3 years ago

@shuuji3 thank you!