Skip to content

Commit 1425618

Browse files
update README.md
1 parent 3b2e6da commit 1425618

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,10 @@ var _ []bool = typenv.Slice[[]bool]("MY_ENV", ",")
3939

4040
# Why `typenv`?
4141

42-
Handling environment variables with types other than strings can be cumbersome.
43-
`typenv` simplifies this process by:
44-
45-
- ✅ Eliminating manual type conversions
46-
- ✅ Supporting slices out of the box
47-
- ✅ Allowing fallback values for missing environment variables
48-
- ✅ Having zero external dependencies
42+
- ✅ Eliminates manual type conversions
43+
- ✅ Support slices out of the box
44+
- ✅ Allows fallback value for missing environment variables
45+
- ✅ Zero external dependencies
4946

5047
# How to use it
5148

0 commit comments

Comments
 (0)