Skip to content

Commit b470f41

Browse files
committed
updating creating-a-logo.md
1 parent 745eed9 commit b470f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-a-logo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ php <your-app-name> app:install logo
1313
Just after installation, if you run `php <your-app-name>` your application will contain
1414
a ASCII logo:
1515

16-
<img src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo.png" class="md:w-4/5 md:mx-auto">
16+
<img src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo.png" class="md:w-4/5 md:mx-auto" >
1717

1818
This command will install dependencies needed and publishes a config file under `config/logo.php`.
1919

0 commit comments

Comments
 (0)