From fea600bff79ed8dc5651c9d47148fe80fc40e3d5 Mon Sep 17 00:00:00 2001 From: G2 Date: Wed, 31 Jul 2024 06:46:15 -0500 Subject: [PATCH] Update README.md, fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bfe77a..e39e935 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A USB library which works seamlessly across most native and WASM targets. > Web USB only works in Chromium based browsers for now. > [!NOTE] -> Web USB has certain interation requirements in browsers, along with requiring +> Web USB has certain interaction requirements in browsers, along with requiring > a **Secure context**. Please read more about this on the > [mdn web docs](https://developer.mozilla.org/en-US/docs/Web/API/WebUSB_API)