diff --git a/README.md b/README.md index a898a69f..2ab3152d 100755 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ vmap f SnipRun

-- For interpreted languages with simple output, `:%SnipRun` (or a shortcut) may be a more convenient way to run your entire file. When running the whole file, SnipRun supports taking arguments on the command line: `:%SnipRun 5 "yay"`, but this will only be useful for interpreted/script languages. +- For interpreted languages with simple output, `:%SnipRun` (or a shortcut) may be a more convenient way to run your entire file. When running the whole file, SnipRun supports taking arguments on the command line: `:%SnipRun 5 "yay"` frictionlessly for interpreted languages, and compiled languages with entry point detection implemented (most of them). While both shorthands and \ are here to stay, **please use the `` style ones in your mappings** or if using from another plugin.