Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfo authored Jun 3, 2022
1 parent 4b36b3d commit 75ad564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Library for conveniently and safely dealing with optional (nullable) values.

<mark>Note</mark>: Requires Go 1.18beta1 with generics support.
<mark>Note</mark>: Requires Go 1.18 with generics support.

# Installation
```bash
Expand Down Expand Up @@ -139,4 +139,4 @@ fmt.Println("name is %s", p.Name.GetOr("Unknown"))

# License

Released under the MIT License
Released under the MIT License

0 comments on commit 75ad564

Please sign in to comment.