Skip to content

Commit a7c78f1

Browse files
committed
Merge branch 'main' of github.com:manekinekko/swa-emulator into main
2 parents 2b8b4f8 + 2f0a40a commit a7c78f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ SWA EMU is still in developer preview and not yet ready for prime time. You will
4242

4343
Using `npm` or `yarn`:
4444

45-
- Install the emulator: `npm install -g @manekinekko/swa-emu@alpha`
45+
- Install the emulator: `npm install -g @manekinekko/swa-emu@latest`
4646
- Open a SWA app folder at the root (outside any /api or /app folders): `cd my-awesome-swa-app`
4747
- Start the emulator: `swa`
4848
- Access your SWA app from `http://localhost`
4949

5050
Using `npx`:
5151

5252
- Open a SWA app folder at the root (outside any /api or /app folders): `cd my-awesome-swa-app`
53-
- Start the emulator: `npx @manekinekko/swa-emu@alpha`
53+
- Start the emulator: `npx @manekinekko/swa-emu@latest`
5454
- Access your SWA app from `http://localhost`
5555

5656
## Configuration

0 commit comments

Comments
 (0)