docs: fix npx run worker (#149)

* docs: update quickstart

* docs: npx run -> npm run
This commit is contained in:
abelanger5
2024-02-04 18:27:34 -08:00
committed by GitHub
parent ce52a448ae
commit 7bdfa78bd9
+2 -2
View File
@@ -124,8 +124,8 @@ Next, modify your `package.json` to include a script to start:
Now to start the worker, in a new terminal run:
```sh
npx run worker
```sh npm2yarn
npm run worker
```
</Tabs.Tab>
</Tabs>