diff --git a/14/umbraco-commerce/getting-started/the-licensing-model.md b/14/umbraco-commerce/getting-started/the-licensing-model.md index dd0196acbb4..b232f3c9bf3 100644 --- a/14/umbraco-commerce/getting-started/the-licensing-model.md +++ b/14/umbraco-commerce/getting-started/the-licensing-model.md @@ -70,7 +70,7 @@ Once you have received your license code it needs to be installed on your site. ``` {% hint style="info" %} -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: +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. ```json "Umbraco_Commerce": "YOUR_LICENSE_KEY"