diff --git a/website/content/docs/nia/enterprise/license.mdx b/website/content/docs/nia/enterprise/license.mdx index 91fb1ea9a4..60acfc8216 100644 --- a/website/content/docs/nia/enterprise/license.mdx +++ b/website/content/docs/nia/enterprise/license.mdx @@ -27,13 +27,13 @@ Choose one of the following methods (in order of precedence) to set the license: export CONSUL_LICENSE= ``` -2. Set the `CONSUL_LICENSE_PATH` environment variable to the path of the file containing the license. +1. Set the `CONSUL_LICENSE_PATH` environment variable to the path of the file containing the license. ```shell-session export CONSUL_LICENSE_PATH=// ``` -3. Configure the [`license_path`](/docs/nia/configuration#license_path) option in the configuration file to point to the file containing the license. +1. Configure the [`license_path`](/docs/nia/configuration#license_path) option in the configuration file to point to the file containing the license. ```hcl license_path = "//"