From 6a0c1e83e61c4d77f1881a987820b892587c81e0 Mon Sep 17 00:00:00 2001 From: Rtransat Date: Wed, 23 Dec 2015 15:08:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a59684d..fecc21c9 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ class WelcomeController extends Controller { } ``` The `Configuration` used by the `Tmdb\Helper\ImageHelper` is automatically loaded by the IoC container. -If you are a Laravel 5.1 (currently not released) user you could also use the blade's new `@inject` functionality, +If you are a Laravel 5.1 user you could also use the blade's `@inject` functionality, ``` @inject('image', 'Tmdb\Helper\ImageHelper')