Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 47a503f

Browse files
authored
Update README.md (#455)
1 parent 9764d71 commit 47a503f

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
@@ -237,7 +237,7 @@ Good news, we have configs for this now!
237237
You can search a folder for any of the matching config file names listed above:
238238

239239
```json
240-
"graphql-config.load.baseDir": "./config"
240+
"graphql-config.load.rootDir": "./config"
241241
```
242242

243243
Or a specific filepath:
@@ -249,7 +249,7 @@ Or a specific filepath:
249249
Or a different `configName` that allows different formats:
250250

251251
```json
252-
"graphql-config.load.baseDir": "./config",
252+
"graphql-config.load.rootDir": "./config",
253253
"graphql-config.load.configName": "acme"
254254
```
255255

0 commit comments

Comments
 (0)