diff --git a/README.md b/README.md index 31cf95cd14464767464ca1d53f22d39261ad5614..6f67980d3768d632781e71c2fc7cd76d3a955b40 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ sudo cp ask /usr/local/bin/ export OPENROUTER_API_KEY="your-api-key-here" # Test it -./ask remove lines in file1 that appear in file2 +ask remove lines in file1 that appear in file2 grep -vFf file2 file1 > file3 && mv file3 file1