Skip to content

Commit

Permalink
docs: small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Jan 5, 2023
1 parent 6462dfb commit fe85bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cargo upgrade

### Debugging

- The `dev` command has by default `RUST_BACKTRACE=1` set which makes Rust output full backtraces to the console. (Simply remove it from the package.json command if you want it).
- The `dev` command has by default `RUST_BACKTRACE=1` set which makes Rust output full backtraces to the console. (Remove it from the `package.json` command if you don't want it).
- If you use VS Code, you can debug Rust code with the included `Debug Tauri` config.

### Building and releasing
Expand Down

0 comments on commit fe85bf5

Please sign in to comment.