diff --git a/README.md b/README.md
index d72577a..f9bab2d 100644
--- a/README.md
+++ b/README.md
@@ -229,7 +229,8 @@ I created {shinyalert} for two reasons: first of all, I started working on it we
Known issues
-- Clicking any `` tag inside a modal will close the modal. This is due to the underlying JavaScript library having this issue. This means that, for example, using radio buttons from {shinyWidgets} wil cause this bug because their radio buttons are implemented using ``.
+- Clicking any `` tag inside a modal will close the modal. This is due to the underlying JavaScript library having this issue. This means that, for example, using radio buttons from {shinyWidgets} will cause this bug because their radio buttons are implemented using ``.
+- Chaining modals works fine when the modals contain only text, but when inputs or buttons are involved in chained modals, you may run into an issue such as [this one](https://github.com/daattali/shinyalert/issues/46) or [this one](https://github.com/daattali/shinyalert/issues/48).
Credits