From f11e09d0d413a42c177cac4b1b0a297d98b5fa17 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 11 Sep 2017 11:41:48 -0700 Subject: [PATCH] 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 --- examples/{RESOURCES.md => README.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/{RESOURCES.md => README.md} (90%) diff --git a/examples/RESOURCES.md b/examples/README.md similarity index 90% rename from examples/RESOURCES.md rename to examples/README.md index 42a96e130fc..79c1de2eaaf 100644 --- a/examples/RESOURCES.md +++ b/examples/README.md @@ -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).