Skip to content

Commit 80b5774

Browse files
committed
fix(docs): correct installation command order in README
1 parent 15a872f commit 80b5774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ pnpm install # install Node.js dependencies
183183
npm run codegen:ios # generate codegen files
184184

185185
bundle install # setup Ruby environment
186-
npm run install:ios # install project native dependencies
187186

188187
cd example
189188
pnpm install # install example Node.js dependencies
189+
npm run install:ios # install project native dependencies
190190

191191
npm run ios # run the example project
192192
```

0 commit comments

Comments
 (0)