diff --git a/book/coming_from_cmd.md b/book/coming_from_cmd.md index fce695a21ef..0fafadb3b20 100644 --- a/book/coming_from_cmd.md +++ b/book/coming_from_cmd.md @@ -37,7 +37,7 @@ This table was last updated for Nu 0.67.0. | `MKLINK` | | Create symbolic links | | `MOVE` | `mv` | Move files | | `PATH` | `$env.Path` | Display the current path variable | -| `PATH ;%PATH%` | `$env.Path = ($env.Path \| prepend `) | Edit the path variable | +| `PATH ;%PATH%` | `$env.Path = ($env.Path \| append `) | Edit the path variable | | `PATH %PATH%;` | `$env.Path = ($env.Path \| prepend `) | Edit the path variable | | `PAUSE` | `input "Press any key to continue . . ."` | Pause script execution | | `PROMPT