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