From 62a6afc2d89a7f0dc8ef8ab98439a5b2e9692a16 Mon Sep 17 00:00:00 2001 From: christinaroise Date: Tue, 27 Aug 2024 08:43:53 +0200 Subject: [PATCH] update format in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c45425f8..13e13056f 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,10 @@ To maintain consistency and efficiency, follow these steps when working on the p 2. Adding New UI with Content: -- Define the Sanity schema for new content types. -- Implement the corresponding interface and payload structure in src/lib/payloads. -- Fetch the necessary data and create the UI component. -- Document and test the UI component in Storybook, using mock data for isolated development. + - Define the Sanity schema for new content types. + - Implement the corresponding interface and payload structure in src/lib/payloads. + - Fetch the necessary data and create the UI component. + - Document and test the UI component in Storybook, using mock data for isolated development. ### Using `fetchWithToken` for Custom Components in Sanity