From f7961ce7a4c9f7e0c32fad93d31f7a29da5cd46e Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Fri, 9 Oct 2020 17:59:01 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#138) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 258c339..9e45564 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ There are two pieces to `og-image` that are worth noting before you begin develo 1. The backend image generator located in [/api/index.ts](https://github.com/vercel/og-image/blob/main/api/index.ts) 2. The frontend inputs located in [/web/index.ts](https://github.com/vercel/og-image/blob/main/web/index.ts) -Vercel handles [routing](https://github.com/vercel/og-image/blob/main/vercel.json#L6) in an elegate way for us so deployment is easy. +Vercel handles [routing](https://github.com/vercel/og-image/blob/main/vercel.json#L6) in an elegant way for us so deployment is easy. To start hacking, do the following: