diff --git a/README.md b/README.md
index 53b94c36e..d2cb28159 100644
--- a/README.md
+++ b/README.md
@@ -398,10 +398,14 @@ This table shows the differences between two variants.
| Android Architectures | arm-v7a-neon
arm64-v8a
x86
x86-64 | arm-v7a
arm-v7a-neon
arm64-v8a
x86
x86-64 |
| Xcode Support | 10.1 | 7.3.1 |
| iOS SDK | 12.1 | 9.3 |
-| iOS Architectures | arm64
arm64e
x86-64
x86-64-mac-catalyst | armv7
arm64
i386
x86-64 |
+| iOS Architectures | arm64
arm64e1
x86-64
x86-64-mac-catalyst2 | armv7
arm64
i386
x86-64 |
| tvOS SDK | 10.2 | 9.2 |
| tvOS Architectures | arm64
x86-64 | arm64
x86-64 |
+1 - Included until `v4.3.2`
+
+2 - Included since `v4.3.2`
+
### 5. Building
Build scripts from `master` and `development` branches are tested periodically. See the latest status from the table below.
@@ -552,10 +556,11 @@ Please visit [License](https://github.com/tanersener/mobile-ffmpeg/wiki/License)
### 9. Contributing
-If you have any recommendations or ideas to improve it, please feel free to submit issues or pull requests.
+Feel free to submit issues or pull requests.
-`master` branch includes only the latest tested and released source code. So, please open your pull requests against
-`development`, so they can be tested property.
+Please note that `master` branch includes only the latest released source code. Changes planned for the next release
+are implemented under the `development` branch. So, if you want to create a pull request, please open it against the
+`development`.
### 10. See Also