diff --git a/web/site/content/en-CA/products/br/overview.md b/web/site/content/en-CA/products/br/overview.md index 8302977e..a0cfb4c9 100644 --- a/web/site/content/en-CA/products/br/overview.md +++ b/web/site/content/en-CA/products/br/overview.md @@ -26,7 +26,7 @@ your business systems and the Business Registry. ## View the API -View the definition and select a path to try it out. To submit a request you will need an API key and an account ID, which are obtained as part of completing an [access request](/products/get-started/account-setup). To set your session API key, click on the top, right AUTHORIZE button and under API Key Auth enter your key value. Click on AUTHORIZE, then OK. +View the definition and select a path to try it out. To submit a request, you will need an API key and an account ID, which you can get by completing the [account setup](/products/get-started/account-setup) process. To set your session API key, click on the top, right AUTHORIZE button and under API Key Auth enter your key value. Click on AUTHORIZE, then OK. > View the API diff --git a/web/site/package.json b/web/site/package.json index 2fd6e9e2..76047d6d 100644 --- a/web/site/package.json +++ b/web/site/package.json @@ -2,7 +2,7 @@ "name": "developer-connect-site", "private": true, "type": "module", - "version": "1.1.3", + "version": "1.1.4", "scripts": { "build-check": "nuxt build", "build": "nuxt generate",