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