From 982b617198e467a003ff6066bdd0b0e2bc670863 Mon Sep 17 00:00:00 2001 From: Greg Westneat Date: Tue, 5 Oct 2021 19:41:38 -0700 Subject: [PATCH] Update README with shortcut correction I think `option` and `alt` are the same on Mac keyboards (mine at least). Double checked the [config in package.json](https://github.com/nomi9995/react-native-component-splitter/blob/master/package.json#L52) to verify. Thanks! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8182b..974acc2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ or press `alt+option+cmd+k` | Plateform | Key | | --------- | -------------------- | -| MAC | **alt+option+cmd+k** | +| MAC | **ctrl+alt+cmd+k** | | Window | **ctrl+shift+k** | ## Contributors ✨