From 228c556f6e732b5b993ab5ea19eb32c0d412a6ad Mon Sep 17 00:00:00 2001 From: Logan McAnsh Date: Fri, 3 Nov 2023 10:44:01 -0400 Subject: [PATCH] Update README.md Signed-off-by: Logan McAnsh --- packages/remix-fastify/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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