From 265fd9b8a4b6ee3d6135a11a87779623425a2f41 Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Wed, 24 Apr 2024 15:24:57 +0100 Subject: [PATCH] chore: squash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c34719..1bc57b9 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ This will compile the Typescript source code into a `dist/` directory. ### 4.1. Useful Information -* [ARC-0027][arc-0027]: this code is an implementation of the ARC-0027 spec and leverages the [EventTarget][event-target] as a message bus between the webpage (dApp) and a web extension provider (wallet). +* [ARC-0027][arc-0027]: this code is an implementation of the ARC-0027 spec and leverages the [EventTarget][event-target] as a message bus between the webpage (dApp) and a web-based provider (wallet). [Back to top ^][table-of-contents]