Skip to content

Commit 153f0cb

Browse files
committed
Refactored README.md
1 parent 59ec3c2 commit 153f0cb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ ___
2121
If you're new to the Java Stream API and want to learn the fundamentals, check out our dedicated beginner's section with
2222
foundational exercises and explanations:
2323

24-
[**Beginner's Guide to Java Streams
25-
**](https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/basics)
24+
[Beginner's Guide to Java Streams](https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/basics)
2625

2726

2827
---
@@ -32,8 +31,7 @@ foundational exercises and explanations:
3231
Functional Interfaces are a cornerstone of Java's functional programming capabilities. If you're ready to delve deeper
3332
into how they work and their role in the Stream API, visit this dedicated section:
3433

35-
[**Explore Java Functional Interfaces
36-
**](https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/functional_interfaces)
34+
[Explore Java Functional Interfaces](https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/functional_interfaces)
3735

3836
---
3937

@@ -43,8 +41,7 @@ into how they work and their role in the Stream API, visit this dedicated sectio
4341

4442
Preparing for a Java interview? Practice common Stream API questions and scenarios here:
4543

46-
[**Practice Stream API Interview Questions
47-
**](https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/interview)
44+
[Practice Stream API Interview Questions](https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/interview)
4845

4946
---
5047

0 commit comments

Comments
 (0)