We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8a970 commit 4dff318Copy full SHA for 4dff318
packages/plugin-story/README.MD
@@ -15,7 +15,7 @@ This plugin provides functionality to:
15
## Installation
16
17
```bash
18
-npm install @elizaos/plugin-story
+pnpm install @elizaos/plugin-story
19
```
20
21
## Configuration
@@ -113,13 +113,13 @@ Assistant: "Here are the available licenses...";
113
### Building
114
115
116
-npm run build
+pnpm run build
117
118
119
### Testing
120
121
122
-npm run test
+pnpm run test
123
124
125
## Dependencies
0 commit comments