french-wiktionary-flashcards

Easily create Anki flashcards from Wiktionary data.
Log | Files | Refs | README

commit 349a1e08fb6b92fe1ea9d3a1bf90f56221c224f9
parent 882c41c7df91a8851e904caa85f9a8259ac44570
Author: David Schlachter <t480-debian-git@schlachter.ca>
Date:   Thu,  8 Jan 2026 13:57:57 -0500

Fix README typos

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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: ```