commit ba43a7d83fdc43299f6e528953d135d7012af2c3
parent c7671dbbe996422847af46902f9aa0d4d9c3f16d
Author: Luxferre <lux@ferre>
Date: Thu, 13 Oct 2022 18:16:54 +0300
typos
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -13,7 +13,7 @@ RCVD is the missing KaiOS application and, first and foremost, a [JS library](rc
## Supported host platforms
- As a certified app: KaiOS 2.5.x (install directly from this repo via WebIDE);
-- As a JS library: Chrome 85+, Opera 43+, Edge 79+ and other modern Chromium-based browsers (including Android ones) except the ones with support excplicitly disabled, such as Brave.
+- As a JS library: Chrome 85+, Opera 43+, Edge 79+ and other modern Chromium-based browsers (including Android ones) except the ones with support explicitly disabled, such as Brave.
## Supported models
diff --git a/rcvd.js b/rcvd.js
@@ -1,5 +1,5 @@
// RCVD.js: a small library for syncing time on BLE-enabled Casio watches
-// Tested on: GW-B5600BC, OCW-T200S
+// Tested on: GW-B5600BC, GMW-B5000D, OCW-T200S
// Compatible with both KaiOS 2.5.x and in-progress Web Bluetooth API spec
// Created by Luxferre in 2022, released into public domain