From e9f97d1085bc1a57f8bee73fbff051409e95d481 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Fri, 30 May 2025 11:21:06 +0200 Subject: [PATCH] Improve readme clarity --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5affe11..501332a 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,9 @@ A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE - [Timeout](#timeout) - [UUID Format Agnostic](#uuid-format-agnostic) -## Usage +## API Support -### API Support Matrix - -| API | Android | iOS | macOS | Windows | Linux | Web | +| | Android | iOS | macOS | Windows | Linux | Web | | :------------------- | :-----: | :-: | :---: | :-----: | :----------: | :-: | | startScan/stopScan | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | connect/disconnect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |