Skip to content

Commit 8355771

Browse files
authored
fix: Corrected the how to use jsx to the correct import statement (#25)
1 parent c18303f commit 8355771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Below code shows how to override the default styles of completed steps, connecto
146146

147147
```jsx
148148
import React from "react";
149-
import Stepper from "react-stepper";
149+
import Stepper from "@keyvaluesystems/react-stepper";
150150

151151
function App() {
152152

0 commit comments

Comments
 (0)