Update README.md

consistency fix
This commit is contained in:
Mahesh Anand Kadri
2023-10-13 16:00:07 +05:30
committed by GitHub
parent c45fb2c23a
commit 96a52463f5

View File

@ -51,7 +51,7 @@ npm install
### Create app config
Create an app.config.js which can be edited for custom settings.
```
cp src/config/app.config.example.js ./src/config/app.config.js
cp src/config/app.config.example.js src/config/app.config.js
```
### Compiles and hot-reloads for development