Skip to content

Commit 2af1eb6

Browse files
committed
Documentation: Improve installation instruction
1 parent 4f5a6e9 commit 2af1eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ For react-native 0.71 and higher, next version is compatible with current and ne
2828
npm i react-native-file-logger@next
2929
# New architecture
3030
cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
31-
# Current architecture (backward compatibility)
32-
npx pod-install
31+
# OR, if you are using current architecture (backward compatibility)
32+
# npx pod-install
3333
```
3434

3535
## Getting started

0 commit comments

Comments
 (0)