Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Aug 13, 2020
2 parents 1dea9b5 + 916c3a0 commit 85e8931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -110,13 +110,13 @@ 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
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
}
});
}
Expand Down Expand Up @@ -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
}
});
}
Expand Down

0 comments on commit 85e8931

Please sign in to comment.