Skip to content

Commit 1518fdb

Browse files
committed
Update readme bcn examples
1 parent aebafa8 commit 1518fdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ Example:
130130
'products.show' => 'Product Details',
131131
];
132132
```
133-
- When you visit the `/products/123` URL, the breadcrumb will render as follows:
133+
- When you visit the `/products/123` URL, the short translation will be used for the `home` and `products.index` routes.
134134
```
135135
LAN > Products > Product Details
136136
```
137-
- When you visit the `/products` URL, the long label will be used for the `products.index` route:
137+
- When you visit the `/products` URL, the short label will be used for the `home` route.
138138
```
139139
LAN > All Products
140140
```
141-
- When you visit the `/` URL, the long label will be used for the `home` route:
141+
- When you visit the `/` URL, the long label will be used for the `home` route.
142142
```
143143
Long Application Name
144144
```

0 commit comments

Comments
 (0)