Skip to content

Commit 6594041

Browse files
committed
👌 IMPROVE: fix workflow example run command
1 parent 050a855 commit 6594041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"threads.append": "npx tsx ./examples/threads/threads.append.ts",
3636
"threads.messages.list": "npx tsx ./examples/threads/threads.messages.list.ts",
3737
"threads.get": "npx tsx ./examples/threads/threads.get.ts",
38-
"workflows": "npx tsx ./examples/workflows/workflows.ts"
38+
"workflow": "npx tsx ./examples/workflows/workflows.ts"
3939
},
4040
"keywords": [],
4141
"author": "Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)",

0 commit comments

Comments
 (0)