From ce391840e58d04f74ca1d411a4686801fc1a1a70 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 11 Jul 2022 22:07:15 +0200 Subject: Documentation update --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/development.md') diff --git a/docs/development.md b/docs/development.md index a22ae0b..85781a1 100644 --- a/docs/development.md +++ b/docs/development.md @@ -5,11 +5,11 @@ If you want to contribute to Homer, please read the [contributing guidelines](ht ```sh # Using yarn (recommended) yarn install -yarn serve +yarn dev # **OR** Using npm npm install -npm run serve +npm run dev ``` ## Custom services -- cgit v1.2.3