From 1128a66e9468e865eca98cb19026f4471d41c80a Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Wed, 19 Feb 2020 15:43:13 +0100
Subject: [PATCH] Fix typo

---
 README.md       | 2 +-
 docs/install.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dfca699..e288de0 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ For a more detailed guide, please refer to our
 
     ```shell
     # Nordic nRF52840-DK board
-    ./deploy.py os --board=nrf52840dk
+    ./deploy.py os --board=nrf52840_dk
     # Nordic nRF52840-Dongle
     ./deploy.py os --board=nrf52840_dongle
     ```
diff --git a/docs/install.md b/docs/install.md
index e3c5dd2..ae3551f 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -145,7 +145,7 @@ Our build script `build.rs` is responsible for converting `opensk_cert.pem` and
     differ_):
 
     ```shell
-    $ ./deploy.py os --board=nrf52840_dongle
+    $ ./deploy.py os --board=nrf52840_dk
         info: Updating rust toolchain to nightly-2020-02-03
         info: syncing channel updates for 'nightly-2020-02-03-x86_64-unknown-linux-gnu'
         info: checking for self-updates
-- 
GitLab