From 5832904e6816b253fcded10f9d712639acf37e77 Mon Sep 17 00:00:00 2001 From: Harshit Goyal <64826652+harshit1902@users.noreply.github.com> Date: Sun, 4 Apr 2021 00:14:34 +0530 Subject: [PATCH] Updated README.md Just updated one reference URL in the README.md file. BTW thanks for such a great repository that saves me every time to write whole HTML, CSS, JS for just a modal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff6102b..cfa7a888 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ const customStyles = { } }; -// Make sure to bind modal to your appElement (http://reactcommunity.org/react-modal/accessibility/) +// Make sure to bind modal to your appElement (https://reactcommunity.org/react-modal/accessibility/) Modal.setAppElement('#yourAppElement') function App(){