Skip to content

Commit b75c35f

Browse files
Minor fix in creating you first agent docs (#323)
1 parent b4b57bd commit b75c35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/content/walkthroughs/creating-your-first-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Publishing:
198198
Now anyone can use your agent:
199199

200200
```bash
201-
codebuff --agent @your-publisher-id/simple-code-reviewer@0.0.1
201+
codebuff --agent your-publisher-id/simple-code-reviewer@0.0.1
202202
```
203203

204204
## Advanced Example: Deep Code Reviewer

0 commit comments

Comments
 (0)