From 014df72fe0a16b4d4cf4786668bda02420228595 Mon Sep 17 00:00:00 2001 From: Kit Burton-Senior Date: Mon, 27 Aug 2018 23:01:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a21c95b..f3fde7f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Url::make('Homepage') ->label('External Link'), ``` +You can, of course use the Laravel `trans()` function. + The label is only displayed if the link is clickable, otherwise the URL value is displayed. #### Clickable