Skip to content

Commit 1b66e31

Browse files
committed
Update readme file
1 parent 24635a3 commit 1b66e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Add the `Workflow` facade to your facades array:
2828
'Workflow' => Brexis\LaravelWorkflow\Facades\WorkflowFacade::class,
2929
```
3030

31+
### Configuration
32+
3133
Publish the config file
3234

3335
```
3436
php artisan vendor:publish --provider="Brexis\LaravelWorkflow\WorkflowServiceProvider"
3537
```
3638

37-
### Configuration
38-
3939
Configure your workflow in `config/workflow.php`
4040

4141
```php

0 commit comments

Comments
 (0)