Skip to content

Commit ae4cbed

Browse files
committed
fix
1 parent 322fc5f commit ae4cbed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export async function decryptMessageId(value: string) {
143143
}
144144
```
145145

146-
And now you can easily encrypt and decrypt session IDs:
146+
And now you can easily encrypt and decrypt messages:
147147

148148
```typescript
149149
// ...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "singlecrypt-text",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"author": "Stefan Samson <ss42701@outlook.com> (https://ssbit01.github.io/)",
55
"repository": "github:SSbit01/singlecrypt-text",
66
"main": "index.js",

0 commit comments

Comments
 (0)