Skip to content

Commit 3736bdd

Browse files
committed
Merge pull request #27 from Rtransat/patch-1
Update README.md
2 parents 2374e09 + 6a0c1e8 commit 3736bdd

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
@@ -140,7 +140,7 @@ class WelcomeController extends Controller {
140140
}
141141
```
142142
The `Configuration` used by the `Tmdb\Helper\ImageHelper` is automatically loaded by the IoC container.
143-
If you are a Laravel 5.1 (currently not released) user you could also use the blade's new `@inject` functionality,
143+
If you are a Laravel 5.1 user you could also use the blade's `@inject` functionality,
144144
```
145145
@inject('image', 'Tmdb\Helper\ImageHelper')
146146

0 commit comments

Comments
 (0)