From e87e78acf4fa43ba8294a8985a9a181025b25594 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Wed, 11 Mar 2020 17:47:14 +0100
Subject: [PATCH] Minor changes (review round 1)

---
 README.md | 4 ++--
 deploy.py | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 48e69a6..3f71d71 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ successfully tested on the following boards:
 ## Disclaimer
 
 This project is **proof-of-concept and a research platform**. It is **NOT**
-meant for a day to day usage. It's still under development and as such comes
-with a few limitations:
+meant for a daily usage. It's still under development and as such comes with a
+few limitations:
 
 ### FIDO2
 
diff --git a/deploy.py b/deploy.py
index deb0126..97a4e4f 100755
--- a/deploy.py
+++ b/deploy.py
@@ -516,6 +516,7 @@ class OpenSKInstaller:
 
   def create_hex_file(self, dest_file):
     # We produce an intelhex file with everything in it
+    # https://en.wikipedia.org/wiki/Intel_HEX
     # pylint: disable=g-import-not-at-top,import-outside-toplevel
     import intelhex
     board_props = SUPPORTED_BOARDS[self.args.board]
-- 
GitLab