diff --git a/README.md b/README.md index 17c5da1f7f015fb1a0026e8241c6a30cf785ef9f..97445e8cb86f90b4de998f865ea3e338a09399e2 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