Skip to content

Commit ddcd334

Browse files
committed
Merge pull request #9 from danielsunnerberg/2.0
Fixed typos in configuration documentation
2 parents f629b28 + 98ada78 commit ddcd334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,18 @@ tmdb_symfony:
118118
adapter: null
119119
secure: true # Set to false to disable https
120120
host: "api.themoviedb.org/3/"
121-
sesion_token: null
121+
session_token: null
122122
cache:
123123
enabled: true # Set to false to disable cache
124124
path: "%kernel.cache_dir%/themoviedb"
125125
handler: null
126-
suscriber: null
126+
subscriber: null
127127
log:
128128
enabled: false # Set to true to enable log
129129
path: "%kernel.logs_dir%/themoviedb.log"
130130
level: DEBUG
131131
handler: null
132-
suscriber: null
132+
subscriber: null
133133
```
134134
135135
Usage

0 commit comments

Comments
 (0)