Skip to content

Commit

Permalink
Fix npx
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 16, 2024
1 parent 62ca9a2 commit a35699d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When you are in the root of your app run the following command. This will
install all the packages and generate the files you need.

```sh
npx create fuse-app
npx create-fuse-app
```

Then, run `npx fuse dev` (or `next dev` if you're using Next.js) and your API will be running at `localhost:4000/graphql`! (or `/api/fuse` in Next.js)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When you are in the root of your app run the following command. This will
install all the packages and generate the files you need.

```sh
npx create fuse-app
npx create-fuse-app
```

Then, run `npx fuse dev` (or `next dev` if you're using Next.js) and your API will be running at `localhost:4000/graphql`! (or `/api/fuse` in Next.js)
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In the root folder of your application run `create-fuse-app` with npx, pnpm, or
<Tabs.Tab>

```sh
npx create fuse-app
npx create-fuse-app
```
</Tabs.Tab>
<Tabs.Tab>
Expand Down

1 comment on commit a35699d

@vercel
Copy link

@vercel vercel bot commented on a35699d Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spacex-fuse – ./examples/spacex

spacex-fuse-git-main-stellate.vercel.app
spacex-fuse-stellate.vercel.app
spacex-fuse.vercel.app

Please sign in to comment.