From 49185feb3d393cdf1846cd5dd0d51e9fe3278a88 Mon Sep 17 00:00:00 2001 From: aodhagan-cf <109096340+aodhagan-cf@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:50:28 +0000 Subject: [PATCH] Update README.md (#396) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5701ed..f717def9 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ import { ContentfulLivePreviewProvider } from '@contentful/live-preview/react'; const CustomApp = ({ Component, pageProps }) => ( - + ) ```