Skip to content

Commit 4dff318

Browse files
committed
chore: npm -> pnpm
1 parent 9b8a970 commit 4dff318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/plugin-story/README.MD

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This plugin provides functionality to:
1515
## Installation
1616

1717
```bash
18-
npm install @elizaos/plugin-story
18+
pnpm install @elizaos/plugin-story
1919
```
2020

2121
## Configuration
@@ -113,13 +113,13 @@ Assistant: "Here are the available licenses...";
113113
### Building
114114

115115
```bash
116-
npm run build
116+
pnpm run build
117117
```
118118

119119
### Testing
120120

121121
```bash
122-
npm run test
122+
pnpm run test
123123
```
124124

125125
## Dependencies

0 commit comments

Comments
 (0)