From be0c969aa1f7f3d124d353bc835866e4010c8862 Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:36:19 +0100 Subject: [PATCH] docs: add missing comma in readme (#45) Co-authored-by: Chris Swithinbank --- .changeset/honest-wolves-listen.md | 5 +++++ packages/astro-og-canvas/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/honest-wolves-listen.md diff --git a/.changeset/honest-wolves-listen.md b/.changeset/honest-wolves-listen.md new file mode 100644 index 0000000..599d1b0 --- /dev/null +++ b/.changeset/honest-wolves-listen.md @@ -0,0 +1,5 @@ +--- +"astro-og-canvas": patch +--- + +Adds missing comma in README diff --git a/packages/astro-og-canvas/README.md b/packages/astro-og-canvas/README.md index f2073d8..25ff868 100644 --- a/packages/astro-og-canvas/README.md +++ b/packages/astro-og-canvas/README.md @@ -47,7 +47,7 @@ pnpm i canvaskit-wasm title: 'Example Page', description: 'Description of this page shown in smaller text', } - } + }, // For each page, this callback will be used to customize the OpenGraph image. getImageOptions: (path, page) => ({