From 67efd55d2b4784b912591e97dda9c5dd8e775598 Mon Sep 17 00:00:00 2001 From: Dipendra Upreti Date: Thu, 22 Aug 2024 18:10:07 +0545 Subject: [PATCH] chore: remove extra space --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 136b896..c7b7fe1 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ This yeoman generator helps set up a library. The library is designed as a monor The generator includes a child generator that helps generate a Fastify plugin as one such package in the library. ## Generators - - **app**: sets up a new library as a monorepo - - **fastify-plugin**: sets up a fastify plugin within the monorepo +- **app**: sets up a new library as a monorepo +- **fastify-plugin**: sets up a fastify plugin within the monorepo ## Requirements - - [yo](https://github.com/yeoman/yo) +- [yo](https://github.com/yeoman/yo) To install `yo` globally, run: @@ -17,7 +17,6 @@ To install `yo` globally, run: npm install -g yo ``` - ## Usage ### Generate the monorepo