Skip to content

Commit ec22f1a

Browse files
authored
Update README.md
1 parent 233b4f0 commit ec22f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Functional patterns for Java
2929
- [CoProducts](#coproducts)
3030
- [Either](#either)
3131
- [Lenses](#lenses)
32-
- [Notes](#notes)
33-
- [Community](#community)
32+
- [Notes](#notes)
33+
- [Community](#community)
3434
- [License](#license)
3535

3636
<a name="background">Background</a>
@@ -742,7 +742,7 @@ Unfortunately, due to Java's type hierarchy and inheritance inconsistencies, thi
742742

743743
<a name="community">Community</a>
744744
-----
745-
There are some open-sourced community projects that also leverage or extend _lambda_: these projects are listed below. If you use _lambda_ in your own open-sourced project, feel free to create an issue and I'll be happy to review the project and add it to this section!
745+
There are some open-sourced community projects that depend on _lambda_ for their own functionality: these projects are listed below (note that these projects are _not_ affiliated with lambda, and have their own maintainers). If you use _lambda_ in your own open-sourced project, feel free to create an issue and I'll be happy to review the project and add it to this section!
746746

747747
- [Enhanced Iterables](https://github.com/kschuetz/enhanced-iterables) - Kevin Schuetz [@kschuetz](https://github.com/kschuetz)
748748
- [Collection Views](https://github.com/kschuetz/collection-views) - Kevin Schuetz [@kschuetz](https://github.com/kschuetz)

0 commit comments

Comments
 (0)