Skip to content

Commit e9bd61d

Browse files
Update README.md
1 parent 7fa4d0f commit e9bd61d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# NonEmptyCollections: Make the world a little more type-safe 🌍🏆
1+
# NonEmptyCollections
2+
## Making the world a little more type-safe 🌍🏆
3+
24
Reduce the need for emptiness checks and reduce unsafe APIs with **NonEmptyCollections**.
35

46
You can use `NonEmptyList`s, `NonEmptySet`s and `NonEmptyMap`s to restrict the input of functions to make your code safer and avoid unnecessary runtime exceptions.

0 commit comments

Comments
 (0)