Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed spelling error in connected #33

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed spelling error in connection
Fixed spelling error in the word "connection"
  • Loading branch information
daidoji authored Nov 25, 2024
commit 117b7c02a6bb47ce7c714402268d41898495a762
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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});
Expand Down Expand Up @@ -118,4 +118,4 @@ header.value = result.headers;
"signify-resource": "EE47_NNFDv-vq0z_5ex7OTpaQf4gW7eEJlSoDFC0izhV",
"signify-timestamp": "2024-08-18T14:04:24.866000+00:00"
}
```
```
Loading