We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd6f07 commit 90ee710Copy full SHA for 90ee710
packages/pkp-base/README.md
@@ -36,8 +36,8 @@ const signature = await pkpBase.runLitAction(dataToSign, 'sign');
36
37
## Core Methods
38
39
-| Method | Description |
40
-| ---------------------------- | ---------------------------------- |
41
-| `init()` | Initialize and connect to LIT node |
42
-| `runLitAction()` | Execute LIT actions |
43
-| `runSign()` | Signs a message |
+| Method | Description |
+| ---------------- | ---------------------------------- |
+| `init()` | Initialize and connect to LIT node |
+| `runLitAction()` | Execute LIT actions |
+| `runSign()` | Signs a message |
0 commit comments