From 02d17fb5a2dc38b94788cc8d8e4696db980513ab Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Sun, 12 Jul 2020 21:28:14 +0200 Subject: [PATCH] Make goal more explicit --- advanced/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/README.md b/advanced/README.md index eeb01a4..1a8bdf2 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -49,7 +49,7 @@ Bus 001 Device 003: ID 0c45:6713 Bus 001 Device 001: ID 1d6b:0002 ``` -The goal is to get the nRF52840 SoC to show in this list. The embedded application will use the vendor ID (VID) and product ID (PID) defined in `advanced/common/consts`; the `usb-list` tool will highlight the USB device that matches that VID PID pair. +The goal of this exercise is to get the nRF52840 SoC to show in this list. The embedded application will use the vendor ID (VID) and product ID (PID) defined in `advanced/common/consts`; the `usb-list` tool will highlight the USB device that matches that VID PID pair. ``` console $ # expected output