X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/673b1816bc42d5673e8834af6526e733d98be96e..8d88c0c53078aa96344e5ca11a84fa9f9109b276:/README.mdown?ds=inline diff --git a/README.mdown b/README.mdown index 7a01cf8..3921fdf 100644 --- a/README.mdown +++ b/README.mdown @@ -50,7 +50,7 @@ To set the maximum [McCabe complexity](https://en.wikipedia.org/wiki/Cyclomatic_ let g:flake8_max_complexity=10 -To cutomize the location of your flake8 binary, set `g:flake8_cmd`: +To customize the location of your flake8 binary, set `g:flake8_cmd`: let g:flake8_cmd="/opt/strangebin/flake8000"