X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f22f606c1e47a3e45407576d4b5c33367255ea1a..381686d2f1fc799f7d248993f0ac86dd96ce7bab:/README.mdown diff --git a/README.mdown b/README.mdown index 86a09cb..136cb4b 100644 --- a/README.mdown +++ b/README.mdown @@ -46,7 +46,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"