From ba43a7d83fdc43299f6e528953d135d7012af2c3 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 13 Oct 2022 18:16:54 +0300 Subject: [PATCH] typos --- README.md | 2 +- rcvd.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29a4d43..b2397ea 100644 --- 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 index c84f286..a94a4d3 100644 --- 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