From 1cede6e5e7a952366cd4255d35bcf597ec2f36ce Mon Sep 17 00:00:00 2001 From: aodhagan-cf <109096340+aodhagan-cf@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:47:21 +0000 Subject: [PATCH] Update README.md --- 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 }) => ( - + ) ```