From ad4859c0bd2010bc1ac5b9717187cf1f4b120d08 Mon Sep 17 00:00:00 2001 From: wallpants <47203170+wallpants@users.noreply.github.com> Date: Wed, 22 May 2024 16:22:19 -0600 Subject: [PATCH] docs(readme): update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db6051c..63a1cad 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # use-confirm-hook -Customize the browser's `window.confirm` with a _React Component_ of your own. +Replace your browser's `window.confirm` with a custom _React Component_. This module is released as a TypeScript module, make sure your bundler supports them. Tested with [vite](https://vitejs.dev/) and [bun](https://bun.sh/). -https://github.com/wallpants/use-confirm-hook/assets/47203170/203b7e0e-ce96-4550-9ced-ac0ee14cb6d0 + ## Install