Skip to content

Commit 66ce8cc

Browse files
committed
Remove -v3 in readme
Remove "-v3" from the end of the app name as it's not used.
1 parent b461a26 commit 66ce8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/typescript/stagehand/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ kernel deploy index.ts --env-file .env
4141

4242
Default query (searches for "kernel"):
4343
```bash
44-
kernel invoke ts-stagehand-v3 headcount-task
44+
kernel invoke ts-stagehand headcount-task
4545
```
4646

4747
Custom query:
4848
```bash
49-
kernel invoke ts-stagehand-v3 headcount-task --payload '{"query": "Mixpanel"}'
49+
kernel invoke ts-stagehand headcount-task --payload '{"query": "Mixpanel"}'
5050
```

0 commit comments

Comments
 (0)