Skip to content

Commit ed58b25

Browse files
committed
Update README.md
1 parent 4d96d1e commit ed58b25

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
@@ -18,8 +18,8 @@ Simple and easy to understand code examples for most of the Concurrent APIs prov
1818
- [Daemon Threads](./notes/daemon-threads.md) - [[code](./src/com/codecafe/concurrency/thread/daemonthreads/Main.java)]
1919

2020
#### [Performance in Multithreading](./notes/performance-in-multithreading.md)
21-
- Latency
22-
- Throughput
21+
- [Latency](./notes/performance-in-multithreading.md#latency)
22+
- [Throughput](./notes/performance-in-multithreading.md#throughput)
2323

2424
#### Thread synchronization and locks
2525
- [The `synchronized` keyword](./src/com/codecafe/concurrency/_synchronized)

0 commit comments

Comments
 (0)