From 6cb5f3733da9dd203cc394fdc00630294e10d2e1 Mon Sep 17 00:00:00 2001 From: thecodedcoder Date: Wed, 8 Jan 2025 10:58:58 +0100 Subject: [PATCH] fix: corrected the how to use jsx to the correct import statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 320b0fe..339c129 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Below code shows how to override the default styles of completed steps, connecto ```jsx import React from "react"; -import Stepper from "react-stepper"; +import Stepper from "@keyvaluesystems/react-stepper"; function App() {