From 59fa002307ff1b61e0a40fc0b3b9a9dc04224478 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Wed, 7 Aug 2024 20:44:13 -0400 Subject: [PATCH] Update readme content --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27c3f23..df79f9f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Web Serial Console -Serial console access in the browser! This project uses and [experimental API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API) available as of 08/06/2024 only on Chrome 89, Edge 89, or Opera 75. +Serial console access in the browser! This project uses an [experimental Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API) available, as of 08/06/2024, on Chrome 89+, Edge 89+, or Opera 75+. -This is a work in progress and a learning experiment. Be patient or make a fork. +This is a work in progress and a learning experiment. Feel free to file an issue if you encounter one. ## Local Development: