Skip to content

Commit c1069f7

Browse files
committed
fix: docs
1 parent b3f746f commit c1069f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SingleCrypt
1+
# SingleCrypt Text
22

33
> [!WARNING]
44
> This package uses [`Uint8Array.prototype.toBase64()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64) and [`Uint8Array.fromBase64()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64), which, as of September 2025, are only supported by the latest versions of browsers and [Bun](https://bun.com/). See [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64#browser_compatibility) for compatibility.
@@ -69,7 +69,7 @@ import {
6969
createSymmetricKeyWithText,
7070
encryptSymmetricallyText,
7171
decryptSymmetricallyText
72-
} from "singlecrypt";
72+
} from "singlecrypt-text";
7373

7474

7575
const userCryptoKey = await createSymmetricKeyWithText(
@@ -99,7 +99,7 @@ import {
9999
createSymmetricKeyWithText,
100100
encryptSymmetricallyText,
101101
decryptSymmetricallyText
102-
} from "singlecrypt";
102+
} from "singlecrypt-text";
103103

104104

105105
const textEncoder = new TextEncoder();

0 commit comments

Comments
 (0)