diff --git a/README.md b/README.md index fabcff6..2f77f06 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Returns the value in the `Wrapper`. ### Skip the Mon import If the only thing you want is `Wrapper`, you can skip importing the `mon` -dependency by declaring your tyoes like so: +dependency by declaring your types like so: ``` java interface PhoneNumber {String value();}