Skip to content

Commit 22e0621

Browse files
committed
Merge branch 'main' of github.com:manekinekko/swa-emulator into main
2 parents 67b081c + 7a4ecef commit 22e0621

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
@@ -43,13 +43,13 @@ SWA EMU is still in developer preview and not yet ready for prime time. You will
4343
Using `npm` or `yarn`:
4444

4545
- Install the emulator: `npm install -g @manekinekko/swa-emu@alpha`
46-
- Open a SWA app folder: `cd my-awesome-swa-app`
46+
- 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

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

0 commit comments

Comments
 (0)