Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-villain authored Dec 13, 2022
1 parent a9aa603 commit 40c4498
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 @@ -22,7 +22,7 @@ Basically there is no any restriction to add this package to your project with m

But you can use `Refreshable` with views starting with **iOS 14**.

Use `@available(iOS 14.0, *)` for this one.
Use `@available(iOS 14.0, *)` or `if #available(iOS 14, *)` for this one.

## Installation

Expand Down

0 comments on commit 40c4498

Please sign in to comment.