summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schlachter <t480-debian-git@schlachter.ca>2026-01-08 13:57:57 -0500
committerDavid Schlachter <t480-debian-git@schlachter.ca>2026-01-08 13:57:57 -0500
commit349a1e08fb6b92fe1ea9d3a1bf90f56221c224f9 (patch)
tree20a0dc02edab42136fdd6ff0ffe263573ea93d4d
parent882c41c7df91a8851e904caa85f9a8259ac44570 (diff)
Fix README typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 91cc9d2..8efdb47 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,10 @@ go run . -rawDictionary=raw-wiktextract-data.jsonl -deck="Français" -model="Bas
In addition to starting the program and then looking up a word interactively,
it's also possible to provide the first word to look up as a command-line
argument. Then, for example, you could add a shell function to invoke the
-program and immediatelly go to a definition by running something like this.
+program and immediately go to a definition.
For example, if you've compiled the program and placed it in your path, you
-could add a shell function to your `.zshrc` or `.bashrc` with all the argument
+could add a shell function to your `.zshrc` or `.bashrc` with all the arguments
you need, like this:
```