docs(readme): refer to awesome-puppeteer (#3062)

This commit is contained in:
Andrey Lushnikov 2018-08-10 01:34:45 -07:00 committed by GitHub
parent 3ae85e4649
commit b8e0d626f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,9 +176,11 @@ Puppeteer creates its own Chromium user profile which it **cleans up on every ru
<!-- [END runtimesettings] -->
## API Documentation
## Resources
Explore the [API documentation](docs/api.md) and [examples](https://github.com/GoogleChrome/puppeteer/tree/master/examples/) to learn more.
- [API Documentation](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md)
- [Examples](https://github.com/GoogleChrome/puppeteer/tree/master/examples/)
- [Community list of Puppeteer resources](https://github.com/transitive-bullshit/awesome-puppeteer)
<!-- [START debugging] -->