Skip to content

Commit f1d1f7c

Browse files
authored
Update README.md
1 parent da930df commit f1d1f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Snippet code to use to retrieve the Serial Number of the device:
6363
@Override
6464
public void onSuccess(String message) {
6565
// The message contains the serial number
66-
String mySerialNumber = message
66+
String mySerialNumber = message;
6767
}
6868

6969
@Override

0 commit comments

Comments
 (0)