shorten npm command

This commit is contained in:
JeanOUINA 2021-03-30 16:57:04 +02:00 committed by GitHub
parent 55192f0704
commit 1b61e57a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
npm start
```