From 9403bc789ee6382cbe07ddbecf608acbfdc5e13f Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Tue, 31 Oct 2017 23:20:37 +0100 Subject: [PATCH] Fix typos --- README.md | 2 +- write_signed_ndef_on_desfire.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85749cd..a7ac07a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To build, just run make: - authentication using signed UID as NDEF message on Desfire: - ./brmdoor_adduser.py -c brmdoor.config -a ndef 04631982cc2280 SomeUserName" + ./brmdoor_adduser.py -c brmdoor_nfc.config -a ndef 04631982cc2280 SomeUserName - you need to generate Ed25519 keypair, store the private key somewhere safe and put the public in config file diff --git a/write_signed_ndef_on_desfire.py b/write_signed_ndef_on_desfire.py index 1f11752..6491aba 100755 --- a/write_signed_ndef_on_desfire.py +++ b/write_signed_ndef_on_desfire.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import os