Skip to content

Commit 83031c2

Browse files
committed
update docs
1 parent 34fb71b commit 83031c2

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
@@ -49,7 +49,7 @@ bin/console assets:install public --relative --symlink
4949
## Enable Connector
5050

5151
```yaml
52-
# app/config/config.yml
52+
# config/packages/social_data.yaml
5353
social_data:
5454
social_post_data_class: SocialPost
5555
available_connectors:
@@ -101,7 +101,7 @@ Normally you don't need to modify connector (`connector_config`) configuration,
101101
However, if you need to change some core setting of a connector, you're able to change them of course.
102102

103103
```yaml
104-
# app/config/config.yml
104+
# config/packages/social_data.yaml
105105
social_data:
106106
available_connectors:
107107
- connector_name: linkedIn

0 commit comments

Comments
 (0)