Skip to content

Commit 6cca60b

Browse files
authored
Update README.md
1 parent 4c1e52d commit 6cca60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ More details in the [project Wiki](https://github.com/petercorke/simple-threads-
1515
If you download and test this, please send me your feedback. If you're interested in helping with development, even better, please contact me and we can make a plan. A non-exhaustive list of short- and long-term development topics is on the [Wiki](https://github.com/petercorke/simple-threads-coder/wiki).
1616

1717

18-
## Threading example
18+
## Example 1: Threading
1919

2020
Consider this example with one main function and three additional threads. You can find this in `examples/threads`.
2121

@@ -174,7 +174,7 @@ got 4 arguments
174174
2018-08-27 09:25:09.485149 [thread3] waiting for semaphore #0 <sem1>
175175
```
176176

177-
## Web server example
177+
## Example 2: Web server
178178
```matlab
179179
function myserver() % called on every page request
180180
switch (webserver.url())

0 commit comments

Comments
 (0)