From 0455042bef8ef0b5733b00bb789518cc43aa611e Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 24 Nov 2021 17:49:09 -0500 Subject: [PATCH] Update README.md (#177) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e28a85..1cf8982 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +Deploy with Vercel # [Open Graph Image as a Service](https://og-image.vercel.app) @@ -58,9 +58,7 @@ You'll want to fork this repository and deploy your own image generator. 5. Remove all configuration inside `vercel.json` besides `rewrites` 6. Run locally with `vercel dev` and visit [localhost:3000](http://localhost:3000) (if nothing happens, run `npm install -g vercel`) 7. Deploy to the cloud by running `vercel` and you'll get a unique URL -8. Setup [GitHub](https://vercel.com/github) to auto-deploy on push - -Once you have an image generator that sparks joy, you can setup [automatic GitHub](https://vercel.com/github) deployments so that pushing to master will deploy to production! 🚀 +8. Connect [Vercel for GitHub](https://vercel.com/github) to automatically deploy each time you `git push` 🚀 ## Authors