From: Vincent Driessen Date: Sat, 20 Oct 2012 07:26:52 +0000 (-0700) Subject: Merge pull request #17 from gwrtheyrn/readme_typo X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8d88c0c53078aa96344e5ca11a84fa9f9109b276?hp=673b1816bc42d5673e8834af6526e733d98be96e Merge pull request #17 from gwrtheyrn/readme_typo Small typo in README --- 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"