diff --git a/README.md b/README.md index d07992eb..ade8e857 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ You can also match a fragment against anything in the current `location` object: You can use `withConditions` in conjunction with `forRoute` to set strict conditions for when a `` should display. -To show a `Fragment` when other `Fragment`s match a route, use ``. +To show a `Fragment` when no other `Fragment`s match a route, use ``. `` lets you nest fragments to match your UI hierarchy to your route hierarchy, much like the `` component does in `react-router@v3`. Given a URL of `/about/bio/dat-boi`, and the following elements: