docs: add warning about version of try-puppeteer.appspot.com (#7639)

The URL https://try-puppeteer.appspot.com/ is mentioned around the top of `README.md` even if it is running a very outdated version (v1.4.0). This change adds a warning to inform users about this.
This commit is contained in:
David Barton 2021-10-07 11:27:56 +02:00 committed by GitHub
parent c8a95a12b1
commit 7cc22c7629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Most things that you can do manually in the browser can be done using Puppeteer!
- Test Chrome Extensions.
<!-- [END usecases] -->
Give it a spin: [https://try-puppeteer.appspot.com/](https://try-puppeteer.appspot.com/)
Give it a spin: [https://try-puppeteer.appspot.com/](https://try-puppeteer.appspot.com/) (please note that it runs an older version (v1.4.0) of Puppeteer).
<!-- [START getstarted] -->