From e3b4e5aa828a8f87a406d32effbdf40765c30d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bontems?= <67456035+cbontems@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:52:57 +0100 Subject: [PATCH] feat(deps): bump Astro v4 BREAKING CHANGE: The package requires Astro v4 or above --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a8a301a..c895821 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,6 @@ First, install the `@thewebforge/astro-og-images` package using your package man npm i @thewebforge/astro-og-images ``` -> **Warning** -> There are issues I still need to fix when using pnpm. For now, I recommend using npm or yarn. - You will need a JSX renderer for rendering Images templates. If you don't have one, you can install the `@astrojs/react` integration: ```sh