Skip to content

Commit 0801de0

Browse files
committed
feat: fix feedback devin missed
1 parent 35137ce commit 0801de0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ To add new error types:
372372

373373
The Lit Protocol SDK provides the following core systems:
374374

375-
- Cryptographic key management (PKP - Public Key Protocol)
375+
- Cryptographic key management (PKP - Programmable Key Pair)
376376
- Blockchain wallet interactions (Ethereum, Solana, Cosmos)
377377
- Decentralized authentication and authorization
378378
- Distributed computing and signing
@@ -426,10 +426,9 @@ Object.defineProperty(globalThis, 'crypto', {
426426
});
427427
```
428428

429-
</details>
430-
<details>
431-
<summary>error Command failed with exit code 13.</summary>
429+
### Unexpected Error on Node
432430

433-
Make sure your node version is above v18.0.0
431+
**Problem:** Exit code 13
434432

435-
</details>
433+
**Solution:**
434+
Make sure your node version is above v18.0.0

0 commit comments

Comments
 (0)