Skip to content

Commit 5763b70

Browse files
committed
Fixed config syntax in readme.
1 parent 6e6c863 commit 5763b70

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
@@ -61,7 +61,7 @@ Details of services available need to be applied to the Umbraco web application'
6161
},
6262
"AuthorizedServices": {
6363
"TokenEncryptionKey": "",
64-
"Services": [
64+
"Services": {
6565
{
6666
"<serviceAlias>": {
6767
"DisplayName": "",
@@ -83,7 +83,7 @@ Details of services available need to be applied to the Umbraco web application'
8383
"ExpiresInResponseKey": "expires_in",
8484
"SampleRequest": ""
8585
}
86-
]
86+
}
8787
}
8888
```
8989

0 commit comments

Comments
 (0)