From d459734032e0eea25c742cfaa7b50bc21e6506fa Mon Sep 17 00:00:00 2001 From: Benjamin Hirsch Date: Sun, 21 Apr 2019 16:18:33 +0200 Subject: [PATCH] Fixed readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 812cd58..34273a0 100644 --- a/README.md +++ b/README.md @@ -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; @@ -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;