From 83f5dcf2d0aa73e20bdc40da0c37ac7cb2d3b084 Mon Sep 17 00:00:00 2001 From: David Ekete <88355936+davidekete@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:28:24 +0100 Subject: [PATCH] Update README.md (#4132) Changed "If installing in an existing project, then Fastify can be installed into the project as a dependency:" to "To install Fastify in an existing project as a dependency:" because the first version is very hard to read, wordy, and doesn't have a clear meaning. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 90af438547..d031e1c13f 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,7 @@ generate functionality of [Fastify CLI](https://github.com/fastify/fastify-cli). ### Install -If installing in an existing project, then Fastify can be installed into the -project as a dependency: +To install Fastify in an existing project as a dependency: Install with npm: ```sh