Skip to content

Commit

Permalink
Fix grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasSynovic authored Feb 4, 2022
1 parent 222d9b5 commit 4ad25e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ If you have a list of URLs, you can pipe it into the progam with the following (

If you have `parallel` installed, you can use the following (or similar) syntax to process mutliple repositories at once.

`cat URLs.txt | parallel -j 2 ./ssl-metrics-pipeline.bash -u`
`cat URLs.txt | parallel -j n ./ssl-metrics-pipeline.bash -u`

**NOTE**: Replace `2` with a *n* number of jobs you want to execute in parallel.
**NOTE**: Replace `n` with the number of jobs you want to execute in parallel.

0 comments on commit 4ad25e3

Please sign in to comment.