We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d3a0d commit b849c85Copy full SHA for b849c85
README.md
@@ -14,13 +14,13 @@ A Vue 3 custom element for inspecting UCAN tokens (delegations and invocations)
14
## Quick start
15
16
```bash
17
-pnpm add ucan-inspector # or use a relative path during local development
+pnpm add @ucan-wg/inspector
18
```
19
20
Register the custom element once during application bootstrap:
21
22
```ts
23
-import { registerUcanInspector } from 'ucan-inspector'
+import { registerUcanInspector } from '@ucan-wg/inspector'
24
25
registerUcanInspector()
26
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "ucan-inspector",
+ "name": "@ucan-wg/inspector",
3
"type": "module",
4
"version": "0.0.0",
5
"packageManager": "[email protected]",
0 commit comments