Skip to content

Commit 4c3b136

Browse files
committed
updated readme file
1 parent fc2ec8e commit 4c3b136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ function App() {
149149
};
150150
return (
151151
<Stepper
152-
steps={stepsArray}
153-
currentStepIndex={currentStepIndex}
154-
styles={stylesOverride}
152+
steps={stepsArray}
153+
currentStepIndex={currentStepIndex}
154+
styles={stylesOverride}
155155
/>
156156
);
157157
}

0 commit comments

Comments
 (0)