From 2b7e9e7fb5cc0fe62163f4baca5e4c8ad7310e1d Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:02:19 +0000 Subject: [PATCH] Fix incorrect OS requirement. (#679) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a954133..6eba7c123 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ElementX iOS is a [Matrix](https://matrix.org/) iOS Client provided by [Element](https://element.io/). -The application is a total rewrite of [Element-iOS](https://github.com/vector-im/element-ios) using the [Matrix Rust SDK](https://github.com/matrix-org/matrix-rust-sdk) underneath and targetting devices running iOS 15+. +The application is a total rewrite of [Element-iOS](https://github.com/vector-im/element-ios) using the [Matrix Rust SDK](https://github.com/matrix-org/matrix-rust-sdk) underneath and targetting devices running iOS 16+. ## Rust SDK