Skip to content

Commit

Permalink
chore: npm -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Jan 2, 2025
1 parent 9b8a970 commit 4dff318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/plugin-story/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This plugin provides functionality to:
## Installation

```bash
npm install @elizaos/plugin-story
pnpm install @elizaos/plugin-story
```

## Configuration
Expand Down Expand Up @@ -113,13 +113,13 @@ Assistant: "Here are the available licenses...";
### Building

```bash
npm run build
pnpm run build
```

### Testing

```bash
npm run test
pnpm run test
```

## Dependencies
Expand Down

0 comments on commit 4dff318

Please sign in to comment.