diff --git a/README b/README index a2438e5..0e8990a 100644 --- a/README +++ b/README @@ -36,8 +36,8 @@ To use the Mercurial hook on any *commit* or *qrefresh*, change your .hg/rc file like this:: [hooks] - commit = python:flake8.hg_hook - qrefresh = python:flake8.hg_hook + commit = python:flake8.run.hg_hook + qrefresh = python:flake8.run.hg_hook [flake8] strict = 0