Skip to content

Commit 2ddcc6b

Browse files
authored
Update licensing-model.md
1 parent 42b4e17 commit 2ddcc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

10/umbraco-commerce/installation/licensing-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Once you have received your license code it needs to be installed on your site.
6868
```
6969

7070
{% hint style="info" %}
71-
If using environment variables rather than a JSON file for configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
71+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
7272

7373
```json
7474
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
@@ -166,4 +166,4 @@ POST http://<your umbraco environment>/umbraco/licenses/validatedLicense/relay?p
166166

167167
A header with a key of `X-AUTH-KEY` and value of the authorization key you have configured should be provided.
168168

169-
This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.
169+
This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.

0 commit comments

Comments
 (0)