summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-09-30 19:49:09 +0200
committerGitHub <noreply@github.com>2019-09-30 19:49:09 +0200
commit487f0af412e9ef968175d290a606bd6c0717fc9b (patch)
tree48e6b711e0803a7af89a23d4550df030090e48d6 /plugins
parent2004550a5890850505b29bda801dafdf3a94d0d7 (diff)
downloadzsh-487f0af412e9ef968175d290a606bd6c0717fc9b.tar.gz
zsh-487f0af412e9ef968175d290a606bd6c0717fc9b.tar.bz2
zsh-487f0af412e9ef968175d290a606bd6c0717fc9b.zip
Fix table alignment
Diffstat (limited to 'plugins')
-rw-r--r--plugins/react-native/README.md4
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)"` |