Skip to content

Commit 75b7f0a

Browse files
committed
Doc update
1 parent f9104d8 commit 75b7f0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ A component whose each direct sibling is treated as a step. **Do not add anythin
6060

6161
❌ Incorrect:
6262

63-
```
63+
```jsx
6464
<Steps>
65-
<Step1 />
66-
<Step2 />
67-
<NotAStep />
65+
<Step1 />
66+
<Step2 />
67+
<NotAStep />
6868
</Steps>
6969
```
7070

7171
✅ Correct:
7272

73-
```
73+
```jsx
7474
<Steps>
7575
<Step1></NextButton>
7676
<Step2>

0 commit comments

Comments
 (0)