aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-14 21:32:01 +0100
committerGitHub <[email protected]>2021-03-14 21:32:01 +0100
commit353fa7dbaf80815b2bd344f699bfb01c2af52c2a (patch)
treeaf730592309f36bf0050595abe4d850391c0372d /README.md
parent16e00669aeae310451adbd1773db29cc70c9dc5f (diff)
parent385895767c7d5f5c270081c5af2a0e49219a28bc (diff)
Merge pull request #76 from Disasm/small-fixes
Small fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3cf1b61fa..29c4a2215 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ GPIO pins are set up for the `nrf52840-dk` board (PCA10056)
45- Install `probe-run` with defmt support. 45- Install `probe-run` with defmt support.
46 46
47``` 47```
48cargo install --git https://github.com/knurling-rs/probe-run --branch main --features defmt 48cargo install probe-run
49``` 49```
50 50
51- Run the example 51- Run the example