From d10452d270f122f39dd2cd4d4aecf4eefed58df0 Mon Sep 17 00:00:00 2001 From: Joel Griffith Date: Tue, 21 Mar 2023 09:45:17 -0700 Subject: [PATCH] Blogpost link and lite readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 965a122..ed7b0f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Puppeteer Vercel + +Welcome! This repository demonstrates how to use puppeteer on vercel with browserless. [For more information visit our blog post here](https://www.browserless.io/blog/2023/03/21/puppeteer-vercel). You'll need a browserless API token in order for this to work properly which you can get by [signing up here](https://www.browserless.io/sign-up-cloud-unit/). + +Our code for this project is in `src/pages/api/pdf.ts` and in the `env.local` -- everything else is left untouched from the initial install! README including starting below + +--- + This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started