Skip to content

Commit 2119122

Browse files
authored
Corrected typo in decode_token() documentation (#16)
1 parent bb7ee30 commit 2119122

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
@@ -115,7 +115,7 @@ device.save() # We save the new count that we set for the device
115115

116116
### Decoding Tokens (Device Side)
117117

118-
You can use the `decode_token()` function to generate an OpenPAYGOToken Token. The function takes the following parameters, and they should match the configuration in the hardware of the device:
118+
You can use the `decode_token()` function to decode an OpenPAYGOToken Token. The function takes the following parameters, and they should match the configuration in the hardware of the device:
119119

120120
- `token` (required): The token that was given by the user, as a string
121121
- `secret_key` (required): The secret key of the device as a string with 32 hexadecimal characters (e.g. `dac86b1a29ab82edc5fbbc41ec9530f6`)

0 commit comments

Comments
 (0)