Skip to content

Commit fecf427

Browse files
committed
Fix typo in README
1 parent 0fe58f6 commit fecf427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then you can flash a message to the session in your controllers.
4343
flash()->success('Update succeeded!');
4444
```
4545

46-
> You can also use the facade `\CodeZero\Flash\Flash` instead of the `flash()` helper.
46+
> You can also use the facade `\CodeZero\Flash\Facades\Flash` instead of the `flash()` helper.
4747
4848
The message will be displayed once on the next page load.
4949

0 commit comments

Comments
 (0)