From cfdb1535e5ee5fd7e92e65dc4c86a9e88f2cd604 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 12 Mar 2022 09:54:10 -0600 Subject: [PATCH] Fix an omitted word --- docs/guide/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/setup.md b/docs/guide/setup.md index cd74667f..22adca30 100644 --- a/docs/guide/setup.md +++ b/docs/guide/setup.md @@ -19,7 +19,7 @@ It's recommended to create a new git branch for development, so you can push you The next step is to install Profectus' dependencies. This is as simple as running `npm install`. -You can now run `npm serve` to start a local server that will host your project so you can work on it. As you change files the site will automatically reload them. +You can now run `npm run serve` to start a local server that will host your project so you can work on it. As you change files the site will automatically reload them. ### Deploying