Skip to content

Commit 3922991

Browse files
committed
cleanup README.md
1 parent 54f9f9d commit 3922991

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ React Native Meta Horizon OS allows you to write Meta Quest apps with full suppo
1616

1717
## Documentation
1818

19-
Visit [callstackincubator.github.io/react-native-meta-horizon-os-docs](https://callstackincubator.github.io/react-native-meta-horizon-os-docs) for comprehensive documentation including:
19+
Visit [oss.callstack.com/react-native-meta-horizon-os](https://oss.callstack.com/react-native-meta-horizon-os) for comprehensive documentation including:
2020

2121
- Getting Started guides
2222
- Library compatibility information
@@ -29,25 +29,25 @@ Visit [callstackincubator.github.io/react-native-meta-horizon-os-docs](https://c
2929
Install the dependencies:
3030

3131
```bash
32-
npm install
32+
bun install
3333
```
3434

3535
Start the dev server:
3636

3737
```bash
38-
npm run dev
38+
bun run dev
3939
```
4040

4141
Build for production:
4242

4343
```bash
44-
npm run build
44+
bun run build
4545
```
4646

4747
Preview the production build:
4848

4949
```bash
50-
npm run preview
50+
bun run preview
5151
```
5252

5353
## Contributing

0 commit comments

Comments
 (0)