diff --git a/README.md b/README.md index 869c59d..d1bd639 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,7 @@ vfind ~/nerd_tree/ "(.*)py" -i src include the results that along the path have the name **src**.
In a similar manner you can exclude paths with the option **-e** + +``` +vfind ~/nerd_tree/ "(.*)py" -e src +```