Skip to content

Commit 0f8abdc

Browse files
Update README.md
1 parent f482a04 commit 0f8abdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ To get the latest version, simply require the project using [Composer](https://g
2525
$ composer require graham-campbell/markdown
2626
```
2727

28-
Once installed, you need to register the `GrahamCampbell\Markdown\MarkdownServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery. You can also optionally alias our facade:
28+
Once installed, you need to register the `GrahamCampbell\Markdown\MarkdownServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery.
29+
30+
You can also optionally alias our facade:
2931

3032
```php
3133
'Markdown' => GrahamCampbell\Markdown\Facades\Markdown::class,

0 commit comments

Comments
 (0)