From c1d7d721e1d53704cb8197ed9c9a83bc9bdacf69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 11 Mar 2022 19:16:07 +0100 Subject: [PATCH] README: minor, fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb790cc..ddb3936 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Then there are not specification compliant cables, that only support charging, o Because what is inside of the cable is not indicated on the outside, the cable tester checks for the individual capabilities. I suspect some full-featured cables are not electronically marked, and non-5A marked cables are sparse. -And most magnetic cables are not shielded, a least not from plug to plug. +And most magnetic cables are not shielded, at least not from plug to plug. usage ===== @@ -33,7 +33,7 @@ Plug both ends of the USB-C cable in the tester and read the lights: - SHIELD: ensures the cable is shielded, important for super speed data transfer. - POWER: ensures the VBUS and GND wires are present, required to power a device. - USB2: ensures the D+ and D- wires are present, required for USB data transfer (up to at least 2.0). -- CC/PD: ensures the Connection Control (CC) wire is present, required to determine the plug orientation and for Power Delivery (PD) communication (used for fast charging) +- CC/PD: ensures the Configuration Channel (CC) wire is present, required to determine the plug orientation and for Power Delivery (PD) communication (used for fast charging) - SS: ensure the 4 differential pairs are present, required for Super Speed (SS) data transfer (USB3, USB4, ...) - SBU: ensures the Side Band Use (SBU) wires are present, used for alternate modes. - eMarker: indicates if the cable is electronically marked, required to support 5A/100W power transfer.