diff --git a/README.md b/README.md index 35446bb5..8a189af9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ const PostPage = () => { const deletePost = () => { Reoverlay.showModal(ConfirmModal, { - text: "Are you sure you want to delete this post", + confirmText: "Are you sure you want to delete this post", onConfirm: () => { axios.delete(...) }