Skip to content

Commit 16184da

Browse files
authored
fix: module name (#10)
1 parent 890edfc commit 16184da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pnpm install @storacha/elizaos-plugin
1717
1. Add the plugin to the Agent configuration, e.g.
1818
```typescript
1919
// eliza/agent/src/defaultCharacter.ts
20-
import { storagePlugin } from "@elizaos/plugin-storacha";
20+
import { storagePlugin } from "@storacha/elizaos-plugin";
2121

2222
export const defaultCharacter: Character = {
2323
name: "Eliza",

0 commit comments

Comments
 (0)