diff --git a/README.md b/README.md index 41cc6f8c..83b99d06 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Give it a spin: https://try-puppeteer.appspot.com/ To use Puppeteer in your project, run: ```bash -npm i --save puppeteer +npm i puppeteer # or "yarn add puppeteer" ```