From 0b76def1f56808f8f1aa2cd7ede8b8d9ef7ef7b7 Mon Sep 17 00:00:00 2001 From: Thien Do <5953369+thien-do@users.noreply.github.com> Date: Wed, 16 Mar 2022 06:00:37 +0700 Subject: [PATCH] Update CONTRIBUTING.md (#200) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd65582..90128a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -There are two pieces to `og-image` that are worth noting before you begin development. +There are three pieces to `og-image` that are worth noting before you begin development. 1. The backend image generator located in [/api/index.ts](https://github.com/vercel/og-image/blob/main/api/index.ts) 2. The html/css template used to generate the image is located in [/_lib/template.ts](https://github.com/vercel/og-image/blob/main/api/_lib/template.ts)