Skip to content

Commit f40b5e0

Browse files
committed
update readme
1 parent 0d9d2b3 commit f40b5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Check out the [blog post](https://testdriven.io/concurrent-web-scraping-with-sel
3333
(env)$ eval $(docker-machine env node-1)
3434
(env)$ NODE=$(docker service ps --format "{{.Node}}" selenium_hub)
3535
(env)$ for i in {1..8}; do {
36-
python project/script.py ${i} $(docker-machine ip $NODE) &
37-
};
38-
done
36+
python project/script.py ${i} $(docker-machine ip $NODE) &
37+
};
38+
done
3939
```
4040

4141
1. Bring down the resources:

0 commit comments

Comments
 (0)