Skip to content

Commit 571590d

Browse files
committed
fix: update installation command for agent plugin to use correct package name
1 parent 290b93a commit 571590d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • adminforth/documentation/docs/tutorial/08-Plugins

adminforth/documentation/docs/tutorial/08-Plugins/26-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It stores session history in your own resources and uses any AdminForth completi
1010
## Installation
1111

1212
```bash
13-
pnpm i adminforth-agent --save
13+
pnpm i @adminforth/agent --save
1414
pnpm i @adminforth/completion-adapter-open-ai-chat-gpt --save
1515
```
1616

0 commit comments

Comments
 (0)