aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b60a433..993e93b 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ Configuration
To set mappings exactly like those from the original plugin, you might write
this in your `.vimrc`:
- nmap [<Space> <Plug>PutBlankLinesAbove
- nmap ]<Space> <Plug>PutBlankLinesBelow
+ nmap [<Space> <Plug>(PutBlankLinesAbove)
+ nmap ]<Space> <Plug>(PutBlankLinesBelow)
License
-------