Skip to content

Commit d7a4b35

Browse files
authored
Fix ASCII diagram (#634)
Fixed display of the diagram illustrating the interaction between React and WASM apps.
1 parent c4c338b commit d7a4b35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

10.0/DotNetOnWebWorkers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ From `react` to `dotnet`: QR code generation request.
4949

5050
From `dotnet` to `react`: Populating a frontend element with data.
5151

52+
```
5253
+-----------------------------------------------+ +---------------------+
5354
| React App | | WASM App |
5455
| (Main Thread) | | (WebWorker Thread) |
@@ -67,3 +68,4 @@ From `dotnet` to `react`: Populating a frontend element with data.
6768
||+--------------+ | | +-------------+|| | | ||
6869
|+-----------------+ +----------------+| | +------------------+|
6970
+-----------------------------------------------+ +---------------------+
71+
```

0 commit comments

Comments
 (0)