From 349a1e08fb6b92fe1ea9d3a1bf90f56221c224f9 Mon Sep 17 00:00:00 2001 From: David Schlachter Date: Thu, 8 Jan 2026 13:57:57 -0500 Subject: Fix README typos --- README.md | 4 ++-- 1 file 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: ``` -- cgit v1.2.3