diff --git a/README.md b/README.md
index 27db4ecba59ff2da19b7116c98bc046b2325935b..8383eea928adca517983735dda28281eb20863d6 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ To use GitLab CI, you need to authenticate the GitLab project to your orgs in Sa
 
 1. Install [Salesforce CLI](https://developer.salesforce.com/tools/sfdxcli) on your local machine.
 2. [Authenticate using the web-based oauth flow](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm) to each of the orgs that represent your Dev Hub, sandbox, and production org. **Note, for initial testing of GitLab CI, your "sandbox" and "production" orgs can be Trailhead Playgrounds or any Developer Edition org.**
-3. Use the `sfdx force:org:display --targetusername <username> --verbose` command to get the [Sfdx Auth Url](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_view_info.htm) for your various orgs. The URL you're looking for starts with `force://`
+3. Use the `sfdx force:org:display --targetusername <username> --verbose` command to get the [Sfdx Auth Url](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_view_info.htm) for your various orgs. The URL you're looking for starts with `force://`. **Note, you must use the `--verbose` argument to see the Sfdx Auth URL.**
 4. Populate the variables under **Settings > CI / CD > Variables** in your project in GitLab.
 
 ![screenshot](images/cicd-variables.png)