aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-09-05 12:24:45 -0700
committerGabriele Bozzola <sbozzolator@gmail.com>2020-09-05 12:25:56 -0700
commit216f2662d4967170c7273618078fb098b3c55f0e (patch)
tree425695b30be176d29f4e98c3cae3ff4dd7778c05 /README.md
parent7fa98af8cad96680f6285505cc4b03eddeea6b0a (diff)
Fix verbs in some docstrings
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 56c7642..b994eac 100644
--- a/README.md
+++ b/README.md
@@ -177,9 +177,9 @@ The package can be installed with `guix package -i emacs-vterm`.
## Shell-side configuration
-Some of the most useful features in `vterm` (e.g.,
-[directory-tracking and prompt-tracking](#directory-tracking-and-prompt-tracking) or
-[message passing](#message-passing)) require shell-side configurations. The main goal of
+Some of the most useful features in `vterm` (e.g., [directory-tracking and
+prompt-tracking](#directory-tracking-and-prompt-tracking) or [message
+passing](#message-passing)) require shell-side configurations. The main goal of
these additional functions is to enable the shell to send information to `vterm`
via properly escaped sequences. A function that helps in this task,
`vterm_printf`, is defined below. This function is widely used throughout this