Skip to content

Commit 89db2ca

Browse files
authored
Merge pull request #7 from vors/patch-1
Fix headers in README.md
2 parents a7bfdb9 + f89aa13 commit 89db2ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PSParallel
22
Invoke scriptblocks in parallel runspaces
33

4-
##Installation
4+
## Installation
55
```PowerShell
66
Install-Module PSParallel
77
```
@@ -13,7 +13,7 @@ Install-Module PSParallel
1313

1414
Variables and functions are captured from the parent session.
1515

16-
##Throttling
16+
## Throttling
1717
To control the degree of parallelism, i.e. the number of concurrent runspaces, use the -ThrottleLimit parameter
1818

1919
```PowerShell
@@ -27,9 +27,9 @@ The overhead of spinning up new PowerShell classes is non-zero. Invoke-Parallel
2727

2828
![image](https://github.com/powercode/PSParallel/raw/master/images/Invoke-Parallel.png)
2929

30-
##Contributions
30+
## Contributions
3131
Pull requests and/or suggestions are more than welcome.
3232

33-
###Acknowlegementes
33+
### Acknowlegementes
3434
The idea and the basis for the implementation comes from [RamblingCookieMonster](https://github.com/RamblingCookieMonster).
35-
Cudos for that implementation also goes to Boe Prox(@proxb) and Sergei Vorobev(@xvorsx).
35+
Cudos for that implementation also goes to Boe Prox(@proxb) and Sergei Vorobev(@xvorsx).

0 commit comments

Comments
 (0)