From f6f5b7feaa3070f37d9cc6d5cac4a1157b22efbf Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 8 Jan 2020 10:21:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e06fbe3b..568d2326 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.i #### Using Yarn/NPM: -Run `yarn install` (or `npm install`) and `yarn start` (or `npm start`) ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed. +Run `yarn install` ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first, or use `npm install`) and `yarn start` (or `npm start`), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed. #### Using Docker: