Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions wiki/modding/quest-mod-dev-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ In a Powershell terminal in the project directory run:
qpm-rust restore
```

### Migrate from qpm to qpm-rust
If you had an install of qpm before following this guide and want to migrate to qpm-rust, you will need to fix the cache
### Migrate from QPM to QPM-rust
If you had an install of QPM before following this guide and want to migrate to QPM-Rust, you will need to fix the cache
paths for old dependencies (such as codegen before Beat Saber version 1.17.0) by running the following command in the
project directory.

Expand All @@ -106,7 +106,7 @@ qpm-rust cache legacy-fix
```

:::warning NOTE
This is a one way conversion. Old qpm will no longer work for this project!
This is a one way conversion. Old QPM will no longer work for this project!
:::

## Project Contents
Expand Down