Skip to content

Commit 4bd55eb

Browse files
committed
fix link
1 parent 92bb022 commit 4bd55eb

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
@@ -21,7 +21,7 @@ offer secure content and even log in to the application.
2121
- [Download file](#download-file-action)
2222
- [View](#view-action)
2323
- [Http Response](#http-response-action)
24-
- [Controller] (#controller-action)
24+
- [Controller](#controller-action)
2525
- [Custom Action](#custom-action)
2626
- [Protect with an access code](#protect-with-an-access-code)
2727
- [Lifetime](#lifetime)
@@ -75,7 +75,7 @@ once the link is visited.
7575
- [View Action](#view-action)
7676
- [Http Response Action](#http-response-action)
7777
- [Http Response](#http-response-action)
78-
- [Controller] (#controller-action)
78+
- [Controller](#controller-action)
7979
- [Custom Action](#custom-action)
8080

8181
### Login Action
@@ -178,7 +178,7 @@ $urlToCustomFunction = MagicLink::create($action)->url;
178178

179179
### Controller Action
180180

181-
MagicLink can directly call a controller via the `ControllerAction` action.
181+
`MagicLink` can directly call a controller via the `ControllerAction` action.
182182

183183
The constructor requires one argument, the name of the controller class. With
184184
the second argument can call any controller method, by default it will use the

0 commit comments

Comments
 (0)