diff --git a/README.md b/README.md index 7af4216..f2b8a7e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Library for conveniently and safely dealing with optional (nullable) values. -Note: Requires Go 1.18beta1 with generics support. +Note: Requires Go 1.18 with generics support. # Installation ```bash @@ -139,4 +139,4 @@ fmt.Println("name is %s", p.Name.GetOr("Unknown")) # License -Released under the MIT License \ No newline at end of file +Released under the MIT License