react-router-modal
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-router-modal", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "simple react router modal", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,3 +5,3 @@ ## react-router-modal | ||
Examples: https://github.com/davidmfoley/react-router-modal-examples | ||
Examples: https://davidmfoley.github.io/react-router-modal-examples | ||
@@ -28,3 +28,3 @@ ### Installation | ||
ModalContainer contains all modals that are shown. Typically you will want to mount this just before your closing `</body>` tag. | ||
Nothing will be rendered into the dom if no modals are current shown. | ||
Nothing will be rendered into the dom if no modals are currently shown. | ||
@@ -31,0 +31,0 @@ ``` |
129996