Skip to content

Commit 9f832ad

Browse files
authored
fix: Install instructions formatting in docs (#320)
### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Documentation update (improves or adds clarity to existing documentation)
1 parent edea477 commit 9f832ad

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)