Skip to content

Commit

Permalink
Merge pull request #7 from niladam/patch-4
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
pdewit authored Nov 28, 2018
2 parents 3fe3b8c + 0e8d9cf commit 4ba3349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ composer require pdewit/nova-external-url

You can add the field with a resolver as follows:

```
```php
use Pdewit\ExternalUrl\ExternalUrl;

ExternalUrl::make('Google Link', function () {
Expand All @@ -32,7 +32,7 @@ ExternalUrl::make('Google Link', function () {

You can customise the displayed text using the `linkText` function like so:

```
```php
use Pdewit\ExternalUrl\ExternalUrl;

ExternalUrl::make('Google Link', function () {
Expand Down

0 comments on commit 4ba3349

Please sign in to comment.