From 14e918a492ba9896458fef730345f7c09c022094 Mon Sep 17 00:00:00 2001 From: Matt DeCamp Date: Tue, 7 Dec 2021 20:53:35 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b08fa59..2a3105c 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ A mildly opinionated Eleventy starter project. ## Getting Started -Navigate to the root folder of the site and +Navigate to the root folder of the site and run: ``` npm install ``` -Run the development environment +To run the development environment: ``` npm run eleventy:dev ``` -Build for production +To build for production: ``` npm run eleventy:prod