From f0b685e7bbdd02720268d9080543734f52c6fbb8 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 12 Aug 2020 16:04:58 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79a2984..874b03a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Snippet code to use to retrieve the Serial Number of the device: @Override public void onDebugStatus(String message) { // You can use this method to get verbose information - // about what's happening behing the curtain + // about what's happening behind the curtain } }); } @@ -151,7 +151,7 @@ Sample code if you need to get both device identifiers: @Override public void onDebugStatus(String message) { // You can use this method to get verbose information - // about what's happening behing the curtain + // about what's happening behind the curtain } }); } From 916c3a0ca920644b9a1de120b3af4096772a59d7 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 12 Aug 2020 16:05:35 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 874b03a..8a9be73 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Snippet code to use to retrieve the Serial Number of the device: @Override public void onError(String message) { - // An error occured + // An error occurred } @Override @@ -110,7 +110,7 @@ Snippet code to use to retrieve the Serial Number of the device: @Override public void onError(String message) { - // An error occured + // An error occurred } @Override