From 742d593d62e0ea12dcba3daf5614e607c5b77bd7 Mon Sep 17 00:00:00 2001 From: Natig Babayev Date: Tue, 4 Feb 2025 10:36:14 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2571152..fb99c5f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ brew install python3 && python3 -m pip install -U pymobiledevice3 For iOS Device - select device from dropdown and then click on Mound Developer Image. If you see an error that there is no appropriate image - download one from https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/releases if your iOS for example 16.5.1 and there is only 16.5 - it's ok, just copy and rename it to 16.5.1 and put it inside Xcode at `.../Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/` -For iOS 17+ select ckeckbox iOS 17+ and provide RSD Address and RSD Port from command: +For iOS 17+ select checkbox iOS 17+ and provide RSD Address and RSD Port from command: ```shell sudo python3 -m pymobiledevice3 remote start-tunnel ```