Skip to content

Commit

Permalink
Merge pull request #14 from lucaswkuipers/lucaswkuipers-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lucaswkuipers authored Mar 5, 2024
2 parents 4362b94 + 1ad6c47 commit 4dfcc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ NonEmptyString(repeating: 1, count: "h") // Optional<NonEmptyString>
NonEmptyString() // Doesn't compile, missing initializer argument
```

> Obs: To use `#NonEmptyString` and other helpful macros, make sure to install the addon macros [SwiftTypesMacros (Swift 5.9+)](https://github.com/lucaswkuipers/SafeTypesMacros)
> ⚠️ Attention: To use `#NonEmptyString` and other helpful macros, make sure to install the addon macros [SwiftTypesMacros (Swift 5.9+)](https://github.com/lucaswkuipers/SafeTypesMacros)
### Numbers

Expand Down

0 comments on commit 4dfcc7e

Please sign in to comment.