Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Jan 5, 2023
1 parent 92bb022 commit 4bd55eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ offer secure content and even log in to the application.
- [Download file](#download-file-action)
- [View](#view-action)
- [Http Response](#http-response-action)
- [Controller] (#controller-action)
- [Controller](#controller-action)
- [Custom Action](#custom-action)
- [Protect with an access code](#protect-with-an-access-code)
- [Lifetime](#lifetime)
Expand Down Expand Up @@ -75,7 +75,7 @@ once the link is visited.
- [View Action](#view-action)
- [Http Response Action](#http-response-action)
- [Http Response](#http-response-action)
- [Controller] (#controller-action)
- [Controller](#controller-action)
- [Custom Action](#custom-action)

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

### Controller Action

MagicLink can directly call a controller via the `ControllerAction` action.
`MagicLink` can directly call a controller via the `ControllerAction` action.

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

0 comments on commit 4bd55eb

Please sign in to comment.