Skip to content

Commit 923b7c7

Browse files
authored
docs: fix build instructions somewhat (#13463)
1 parent 626165e commit 923b7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ $ pnpm tauri dev
2525

2626
```bash
2727
$ pnpm tauri build
28-
$ ./src-tauri/target/release/app
28+
$ ../../target/release/api
2929
```

0 commit comments

Comments
 (0)