summaryrefslogtreecommitdiff
path: root/ports/nrf/README.md
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-08-22 19:42:41 +0700
committerhathach <thach@tinyusb.org>2018-08-22 19:42:41 +0700
commita516d1123f2af7b3ba1ba835779a83d2b239c366 (patch)
treefdc5b06a2964115c98a2a7e89e00d67d65d4228e /ports/nrf/README.md
parent02b1b531534400f6028c75a34bc29bc66964697e (diff)
fix typos
Diffstat (limited to 'ports/nrf/README.md')
-rw-r--r--ports/nrf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md
index df1cd1949..6cc97703a 100644
--- a/ports/nrf/README.md
+++ b/ports/nrf/README.md
@@ -101,7 +101,7 @@ note: On Linux it might be required to link SEGGER's `libjlinkarm.so` inside nrf
run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) from PyPi
- $ pip3 install adafruit-nrfutil --user
+ $ pip3 install --user adafruit-nrfutil
**make flash** and **make sd** will not work with DFU targets. Hence, **dfu-gen** and **dfu-flash** must be used instead.
* dfu-gen: Generates a Firmware zip to be used by the DFU flash application.