diff --git a/packages/remix-fastify/README.md b/packages/remix-fastify/README.md index 6953bb81..dd86f552 100644 --- a/packages/remix-fastify/README.md +++ b/packages/remix-fastify/README.md @@ -4,7 +4,9 @@ Use [Remix](https://remix.run) with [Fastify](http://fastify.io) ## Quick Start -`npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/basic` +```sh +npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/basic +``` ## Manual Installation