diff --git a/README.md b/README.md index 032a789..b61fb74 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ const output = (await $.raw`${cmd} ${msg}`).toString().trim() Set to `false` by default. ### `$.trim` -Applies `.thim()` to `ProcessOutput` string representation. Set `true` by default. +Applies `.trim()` to `ProcessOutput` string representation. Set `true` by default. ### `$.opt` Returns `$` with the specified preset. Aliased for `$.o`.