docs(core): fix heading formatting on run tasks in parallel recipe

This commit is contained in:
Juri 2023-10-25 10:41:12 +02:00 committed by Juri Strumpflohner
parent 0193d37f23
commit d44b01655e

View File

@ -1,7 +1,6 @@
### Run Tasks in Parallel
# Run Tasks in Parallel
If you want to increase the number of processes running tasks to, say, 5 (by default, it is 3), pass the
following:
If you want to increase the number of processes running tasks to, say, 5 (by default, it is 3), pass the following:
```shell
npx nx build myapp --parallel=5