We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322fc5f commit ae4cbedCopy full SHA for ae4cbed
2 files changed
README.md
@@ -143,7 +143,7 @@ export async function decryptMessageId(value: string) {
143
}
144
```
145
146
-And now you can easily encrypt and decrypt session IDs:
+And now you can easily encrypt and decrypt messages:
147
148
```typescript
149
// ...
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "singlecrypt-text",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"author": "Stefan Samson <ss42701@outlook.com> (https://ssbit01.github.io/)",
5
"repository": "github:SSbit01/singlecrypt-text",
6
"main": "index.js",
0 commit comments