Skip to content

Commit 9d27c83

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
updated README
1 parent 8868964 commit 9d27c83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ A.precede(B);
308308

309309
The method `broadcast` lets you precede a task to multiple tasks.
310310

311-
<img align="right" height="20%" src="image/broadcast.png">
311+
<img align="right" width="30%" src="image/broadcast.png">
312312

313313
```cpp
314-
// make A runs before B, C, D, and E
314+
// make A run before B, C, D, and E
315315
// B, C, D, and E run in parallel
316316
A.broadcast(B, C, D, E);
317317
```
@@ -320,7 +320,7 @@ A.broadcast(B, C, D, E);
320320

321321
The method `gather` lets you add multiple precedences to a task.
322322

323-
<img align="right" height="20%" src="image/gather.png">
323+
<img align="right" width="30%" src="image/gather.png">
324324

325325
```cpp
326326
// B, C, D, and E run in parallel

0 commit comments

Comments
 (0)