diff --git a/website/src/pages/docs/index.mdx b/website/src/pages/docs/index.mdx index 1be3e24a..a0d4638d 100644 --- a/website/src/pages/docs/index.mdx +++ b/website/src/pages/docs/index.mdx @@ -24,25 +24,25 @@ In the root folder of your application run `create-fuse-app` with npx, pnpm, or - + ```sh npx create-fuse-app ``` - + ```sh pnpm create fuse-app ``` - + ```sh yarn create fuse-app ``` - + ```sh bun create fuse-app ``` @@ -72,4 +72,4 @@ Now, run `npx fuse dev` (or `pnpm fuse dev`, `yarn fuse dev`, or `bun fuse dev`) -You've now got Fuse setup! 🎉 Next, learn how to [query your Fuse API from the client](/docs/basics/client) and learn more about [the Fuse Method for managing APIs](/docs/fuse-method). \ No newline at end of file +You've now got Fuse setup! 🎉 Next, learn how to [query your Fuse API from the client](/docs/client) and learn more about [the Fuse Method for managing APIs](/docs/fuse-method).