Skip to content

Commit e45372d

Browse files
authored
Update the-licensing-model.md
1 parent 3fb228e commit e45372d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

16/umbraco-forms/installation/the-licensing-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a
8585
It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration:
8686

8787
```json
88-
"Umbraco": {
88+
"Umbraco": {
8989
"Licenses": {
9090
"Products": {
9191
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
92-
}
93-
}
94-
}
92+
}
93+
}
94+
}
9595
```
9696

9797
The value contains the path of your custom license directory relative to the root of your Umbraco installation.

0 commit comments

Comments
 (0)