Skip to content

Commit f0b685e

Browse files
authored
Update README.md
1 parent 29d4923 commit f0b685e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Snippet code to use to retrieve the Serial Number of the device:
116116
@Override
117117
public void onDebugStatus(String message) {
118118
// You can use this method to get verbose information
119-
// about what's happening behing the curtain
119+
// about what's happening behind the curtain
120120
}
121121
});
122122
}
@@ -151,7 +151,7 @@ Sample code if you need to get both device identifiers:
151151
@Override
152152
public void onDebugStatus(String message) {
153153
// You can use this method to get verbose information
154-
// about what's happening behing the curtain
154+
// about what's happening behind the curtain
155155
}
156156
});
157157
}

0 commit comments

Comments
 (0)