diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 4d1211d..099be14 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -24,7 +24,7 @@ const isInstalled = await client.isExtensionInstalled(); ## Customizing the browser extension -The browser extension could be customized, including changing the URL of the KERIA agent to which the extension is conneted or modifying the logo and colors of the browser extension according to the art style of a specific vendor. +The browser extension could be customized, including changing the URL of the KERIA agent to which the extension is connected or modifying the logo and colors of the browser extension according to the art style of a specific vendor. ``` client.configureVendor({url: customizationURL}); @@ -118,4 +118,4 @@ header.value = result.headers; "signify-resource": "EE47_NNFDv-vq0z_5ex7OTpaQf4gW7eEJlSoDFC0izhV", "signify-timestamp": "2024-08-18T14:04:24.866000+00:00" } -``` \ No newline at end of file +```