File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ SWA EMU is still in developer preview and not yet ready for prime time. You will
4242
4343Using ` 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
5050Using ` 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
You can’t perform that action at this time.
0 commit comments