From c2c27ca97708c1ea44f1ebac5cd70ec145dab7ce Mon Sep 17 00:00:00 2001 From: shubhanshu2000 <59794763+shubhanshu2000@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:56:40 +0530 Subject: [PATCH] Update README.md (#457) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59c976..00b6b49 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ function PaginatedItems({ itemsPerPage }) { ); } -// Add a
to your HTML to see the componend rendered. +// Add a
to your HTML to see the component rendered. ReactDOM.render( , document.getElementById('container')