diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-09-30 19:49:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 19:49:09 +0200 |
commit | 487f0af412e9ef968175d290a606bd6c0717fc9b (patch) | |
tree | 48e6b711e0803a7af89a23d4550df030090e48d6 /plugins/react-native | |
parent | 2004550a5890850505b29bda801dafdf3a94d0d7 (diff) | |
download | zsh-487f0af412e9ef968175d290a606bd6c0717fc9b.tar.gz zsh-487f0af412e9ef968175d290a606bd6c0717fc9b.tar.bz2 zsh-487f0af412e9ef968175d290a606bd6c0717fc9b.zip |
Fix table alignment
Diffstat (limited to 'plugins/react-native')
-rw-r--r-- | plugins/react-native/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md index a472ddb1c..d0a53b8d7 100644 --- a/plugins/react-native/README.md +++ b/plugins/react-native/README.md @@ -40,8 +40,8 @@ plugins=(... react-native) | **rniosxsm** | `react-native run-ios --simulator "iPhone Xs Max"` | | **rniosxr** | `react-native run-ios --simulator "iPhone Xʀ"` | | **rnios11** | `react-native run-ios --simulator "iPhone 11"` | -| **rnios11p** | `react-native run-ios --simulator "iPhone 11 Pro"` | -| **rnios11pm** | `react-native run-ios --simulator "iPhone 11 Pro Max"` | +| **rnios11p** | `react-native run-ios --simulator "iPhone 11 Pro"` | +| **rnios11pm** | `react-native run-ios --simulator "iPhone 11 Pro Max"` | | _iPad_ | | | **rnipad2** | `react-native run-ios --simulator "iPad 2"` | | **rnipad5** | `react-native run-ios --simulator "iPad (5th generation)"` | |