Skip to content

Commit 013570f

Browse files
committed
Fix install instructions formatting
1 parent e9f5c74 commit 013570f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/docs/fundamentals/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,23 @@ Installation is pretty straightforward, just use your favorite package manager.
4040
<Tabs>
4141
<TabItem value="npm" label="NPM">
4242

43+
```
4344
npm install react-native-executorch
45+
```
4446

4547
</TabItem>
4648
<TabItem value="pnpm" label="PNPM">
47-
49+
50+
```
4851
pnpm install react-native-executorch
52+
```
4953

5054
</TabItem>
5155
<TabItem value="yarn" label="YARN">
5256

57+
```
5358
yarn add react-native-executorch
59+
```
5460

5561
</TabItem>
5662
</Tabs>

0 commit comments

Comments
 (0)