From add29e474c76036a10640f474b464bb549de4a1a Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Wed, 31 Jan 2024 17:49:52 -0500 Subject: [PATCH] docs(readme): move notes under install text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e75f6ce..b1c31e98 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Below is a list of boilerplate sites: Install dependencies: +**Note**: Will set up husky and hooks automatically via `prepare` lifecycle script. + ```bash pnpm i ``` -**Note**: Will set up husky and hooks automatically via `prepare` lifecycle script. - ## Getting Started Run local development servers: