Fixed an incorrect parameter

This commit is contained in:
WolverinDEV 2020-02-16 16:07:10 +01:00
parent eae62b98f7
commit 29c84cd1d5

View file

@ -66,7 +66,7 @@ npm install
Before you could start ahead with developing you've to compile everything. Before you could start ahead with developing you've to compile everything.
Just execute the `web_build.sh` script: Just execute the `web_build.sh` script:
```shell script ```shell script
./scripts/web_build.sh develop ./scripts/web_build.sh development
``` ```
### 2.5 Starting the development environment ### 2.5 Starting the development environment