Skip to content

Commit 546bfb9

Browse files
committed
Update README example command to the locomotion sample.
1 parent 8d4b48b commit 546bfb9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ The **Immersive Web SDK** makes building immersive web experiences as approachab
2020
pnpm install
2121

2222
# Build all packages
23-
pnpm build:all
23+
pnpm run build:all
2424

2525
# Run example
26-
cd examples/boilerplate && pnpm dev
26+
cd examples/locomotion && pnpm run dev
2727
```
2828

2929
## Development
3030

3131
```bash
3232
# Lint and format code
33-
pnpm lint
34-
pnpm format
33+
pnpm run lint
34+
pnpm run format
3535

3636
# Build specific package
3737
pnpm --filter '@iwsdk/core' run build

0 commit comments

Comments
 (0)