From 950d81106cc30069d4f5834d7f6711d4709f7eeb Mon Sep 17 00:00:00 2001 From: Sam Turrell Date: Sun, 15 May 2016 13:07:19 +0100 Subject: [PATCH] Property not method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c1571..3512b56 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ router.map({ }) ``` -You can then render the breadcrumbs using the included component or using your own markup logic with the `this.$breadcrumbs()` method which will return an array of active routes. +You can then render the breadcrumbs using the included component or using your own markup logic with the `this.$breadcrumbs` property which will return an array of active routes. # License