Skip to content

Commit 7fcae19

Browse files
committed
Update README.md
1 parent 69e9f21 commit 7fcae19

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
@@ -113,7 +113,7 @@ use Tmdb\Repository\MovieRepository;
113113
class WelcomeController extends Controller {
114114

115115
private $movies;
116-
private $helepr;
116+
private $helper;
117117

118118
public function __construct(MovieRepository $movies, ImageHelper $helper)
119119
{
@@ -173,4 +173,4 @@ class TmdbServiceProvider extends ServiceProvider {
173173
}
174174
```
175175

176-
**For all all other interactions take a look at [php-tmdb/api](https://github.com/php-tmdb/api).**
176+
**For all all other interactions take a look at [php-tmdb/api](https://github.com/php-tmdb/api).**

0 commit comments

Comments
 (0)