resources.md -> readme.md so it renders on /examples (#753)

* resources.md -> index.md so it renders on /examples

* Rename index.md to README.md
This commit is contained in:
Eric Bidelman 2017-09-11 11:41:48 -07:00 committed by GitHub
parent 568b7bd47d
commit f11e09d0d4

View File

@ -1,6 +1,6 @@
# Resources and examples
# Other resources
> Other useful tools and projects that use Puppeteer.
> Other useful tools, articles, and projects that use Puppeteer.
## Web scraping
- [Puppetron](https://github.com/cheeaun/puppetron) - Demo site that shows how to use Puppeteer and Headless Chrome to render pages. Inspired by [GoogleChrome/rendertron](https://github.com/GoogleChrome/rendertron).