Skip to content

Commit a023eaa

Browse files
authored
Update README.md
Removed reference to npm
1 parent 9800841 commit a023eaa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![npm](https://img.shields.io/npm/v/@queue-it/queue-token)](https://www.npmjs.com/package/@queue-it/queue-token)
21

32
# Queue-it Queue Token SDK for PHP
43

@@ -91,4 +90,4 @@ The format of the token is [header].[payload].[hash] where each part is Base64Ur
9190
The payload is AES 256 encrypted with the secret key supplied in the `.Generate(secretKey)` method.
9291
If the "e" key is provided in the header, the secret key on the event must be used.
9392
If no "e" key is provided the default key on the customer account must be used.
94-
The token is signed with SHA 256 using the same secret key.
93+
The token is signed with SHA 256 using the same secret key.

0 commit comments

Comments
 (0)