Skip to content

Commit 5bbafb4

Browse files
committed
Update README.md
1 parent 8bb0f9f commit 5bbafb4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,24 @@ wtfz_tmdb:
1919
2020
That's all! Fire away!
2121
22-
__There will be adult and language filters coming in a later stage.__
22+
__There will be adult and language filters coming in a later stage, so later on the configuration will look like:__
23+
24+
```yaml
25+
wtfz_tmdb:
26+
api_key: YOUR_API_KEY_HERE
27+
include_adult: false
28+
language: nl
29+
```
30+
31+
__Also overriding repositories will be possible later on:__
32+
33+
```yaml
34+
wtfz_tmdb:
35+
api_key: YOUR_API_KEY_HERE
36+
repositories:
37+
movie_repository:
38+
class: "MyBundle\Repository\MovieRepository
39+
```
2340
2441
Usage
2542
----------------

0 commit comments

Comments
 (0)