diff --git a/README.md b/README.md index 728de74..ebf5300 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ Most of the following mappings are for normal/visual mode only. The **|NERDComme While the plugin does not directly support motions, you can leverage its support for selections to do something very similar. For example, to add motions to toggle comments on the paragraph text object you could use: ```vim -nnoremap c} V}:call NERDComment('x', 'toggle') -nnoremap c{ V{:call NERDComment('x', 'toggle') +nnoremap c} V}:call nerdcommenter#Comment('x', 'toggle') +nnoremap c{ V{:call nerdcommenter#Comment('x', 'toggle') ``` ## Contributions