From 2fc5f1a45604dbc40e68979f6a9092255b808de9 Mon Sep 17 00:00:00 2001 From: Ross Dyson Date: Tue, 11 Jul 2017 16:52:28 +1000 Subject: [PATCH] add clarification to forNoMatch fragment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: