diff --git a/apps/webapp/app/components/templates/TemplateOverview.tsx b/apps/webapp/app/components/templates/TemplateOverview.tsx index b05613f2149..afb3cf70f79 100644 --- a/apps/webapp/app/components/templates/TemplateOverview.tsx +++ b/apps/webapp/app/components/templates/TemplateOverview.tsx @@ -138,8 +138,8 @@ function TemplateDetails({ template. diff --git a/apps/webapp/app/components/workflows/WorkflowOnboarding.tsx b/apps/webapp/app/components/workflows/WorkflowOnboarding.tsx index 79e699fe62c..e83d1504a7b 100644 --- a/apps/webapp/app/components/workflows/WorkflowOnboarding.tsx +++ b/apps/webapp/app/components/workflows/WorkflowOnboarding.tsx @@ -72,8 +72,8 @@ export function WorkflowOnboarding({ running this command. diff --git a/packages/create-trigger/README.md b/packages/create-trigger/README.md index 6f6082262cf..8389d5eb82d 100644 --- a/packages/create-trigger/README.md +++ b/packages/create-trigger/README.md @@ -11,7 +11,7 @@ To scaffold out a new project using `create-trigger`, run any of the following t ### npm ```sh -npm create trigger@latest +npx create-trigger@latest ``` ### yarn @@ -29,7 +29,7 @@ pnpm create trigger@latest You can also specify the [template](https://app.trigger.com/templates) you want to use by passing an argument to the command, like so: ```sh -npm create trigger@latest github-stars-to-slack +npx create-trigger@latest github-stars-to-slack ``` ## Advanced Usage