From 04598db69b23091c70c8b3097c611a01e34e72a7 Mon Sep 17 00:00:00 2001 From: co-bby Date: Sat, 4 Nov 2023 22:59:18 -0400 Subject: [PATCH] docs(readme): :memo: update --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eaa3d01..15d4aec 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To use the React Read Progress Component in your React application, import it an ```jsx import React from 'react'; -import ReadProgress from 'readprogress'; +import { ReadProgress } from 'readprogress'; export default function MyComponent{ return ( @@ -46,9 +46,7 @@ export default function MyComponent{ ```