Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhirsch committed Apr 21, 2019
1 parent a107279 commit d459734
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 @@ -31,7 +31,7 @@ TextWithSlug::make('Name')
Slug::make('Slug'),
```

#####Slug with a preview of the generated URL
##### Slug with a preview of the generated URL
This will display the full URL including the generated slug as a link below the input field.
```
use Benjaminhirsch\NovaSlugField\Slug;
Expand All @@ -46,7 +46,7 @@ Slug::make('Slug')
->showUrlPreview('http://www.foo.bar'),
```

#####Slug with disabled auto update
##### Slug with disabled auto update
This is especially usefull, when you are updating the field which the slug belongs to and don't wan't the slug to be updated automatically.
```
use Benjaminhirsch\NovaSlugField\Slug;
Expand Down

0 comments on commit d459734

Please sign in to comment.