Skip to content

Commit a3a8cfb

Browse files
authored
fix rlwap/rlwrap typo
1 parent 6d044d6 commit a3a8cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learn/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Run `rlwrap -v` to check if it's currently installed. If not, install `rlwrap` u
270270

271271
After installation, the q command can be changed to always run with `rlwrap`:
272272
```bash
273-
alias q="rlwap -r q"
273+
alias q="rlwrap -r q"
274274
```
275275
This can be added to the end of the user's [profile](#step-5-edit-your-profile) to take effect on every session.
276276

0 commit comments

Comments
 (0)