From 81404c85b012cc553c2aa635f7136a7ec8a8479d Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Sat, 6 Aug 2022 14:45:42 +0200 Subject: [PATCH] fix: clarify --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc49eb6..112807e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npm install --save @sanity/next-studio-layout@studio-v3 The basic setup is two files: -`pages/[[...index]].tsx` +1. `pages/[[...index]].tsx` ```tsx // Import your sanity.config.ts file @@ -27,7 +27,7 @@ export default function StudioPage() { } ``` -`pages/_document.tsx` +2. `pages/_document.tsx` ```tsx import { ServerStyleSheetDocument } from '@sanity/next-studio-layout'