Skip to content

Commit aa645d7

Browse files
authored
Update README.md
1 parent 8cc7530 commit aa645d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encryption-decryption/browser/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Before you click the buttons, open up the JavaScript console in your browser so
3333
After typing in the text you want to encrypt, clicking the `Encrypt String` button will:
3434

3535
1. You will be prompted by your wallet (i.e. MetaMask) to connect an account to the site
36-
2. After connecting an account, the console should display a successful connection to the Lit network and the encrypted `ciphertext` and `dataToEncryptHash` that will later be used to decrypt the string.
36+
2. After connecting an account, the console should display a successful connection to the Lit network and the encrypted `ciphertext` and `dataToEncryptHash` that will later be used to decrypt the string
3737

3838
After encrypting the string, clicking the `Decrypt String` button will:
3939

4040
1. Connect you to the Lit network and LitContracts client
4141
2. If you did not provide a Capacity Credit token ID, you will be prompted by your wallet to mint a new one
42-
3. You will then be prompted by your wallet to sign a message. This message will create a `capacityDelegationAuthSig`, which is used to pay for decrypting data ([and other functionality](https://developer.litprotocol.com/paying-for-lit/capacity-credits)) on the Lit
42+
3. You will then be prompted by your wallet to sign a message. This message will create a `capacityDelegationAuthSig`, which is used to pay for decrypting data ([and other functionality](https://developer.litprotocol.com/paying-for-lit/capacity-credits)) on the Lit network
4343
4. You will then be prompted by your wallet to sign another one final message. This message is the SIWE message that will derive your address from to use for the conditional check of whether or not you are permitted to decrypt the data
4444

4545
The full example should look something like:

0 commit comments

Comments
 (0)