From 1b61e57a056dd1bdef61949410ce432157be30c2 Mon Sep 17 00:00:00 2001 From: JeanOUINA <50077294+JeanOUINA@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:57:04 +0200 Subject: [PATCH] shorten npm command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44562f8..c900206 100644 --- a/README.md +++ b/README.md @@ -92,5 +92,5 @@ Lightcord will then launch. If you see the Lightcord icon, you're good to go! Any time you want to launch, just run: ```bash -npm run run -``` \ No newline at end of file +npm start +```