From f120ff305aeaf46e97b7546ff686fedf3d27b4c6 Mon Sep 17 00:00:00 2001 From: gdbroman <99gustaf@gmail.com> Date: Mon, 5 Aug 2024 16:19:54 +0200 Subject: [PATCH] Example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db5578b..e2c8a6c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ React Promenade is an unstyled component library that makes it easy to create multi-step user flows with step-by-step validation and navigation. -### Why Multi-Step User Flows? +## Why Multi-Step User Flows? Breaking big forms into multi-step user flows will almost always: @@ -52,7 +52,7 @@ yarn add react-promenade bun add react-promenade ``` -## Quick Start +## Example ```tsx import { PromenadeProvider, PromenadeStep, usePromenade } from 'react-promenade';