Update CONTRIBUTING.md (#200)

This commit is contained in:
Thien Do 2022-03-16 06:00:37 +07:00 committed by GitHub
parent 81045e8789
commit 0b76def1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)