From a1bc9955bbd1351e35d18900df7c427ff81d388c Mon Sep 17 00:00:00 2001 From: Gezim Hoxha Date: Wed, 23 Sep 2015 13:54:13 -0600 Subject: [PATCH] Fixed Link example --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 6a78deee28..1160af56ad 100644 --- a/docs/API.md +++ b/docs/API.md @@ -118,7 +118,7 @@ You can also pass props you'd like to be on the `` such as a title, id, class Given a route like ``: ```js -{user.name} +{user.name} // becomes one of these depending on your History and if the route is // active Michael