summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c836e30..a6e9bbd 100644
--- a/README.md
+++ b/README.md
@@ -45,11 +45,11 @@ vnoremap <leader>a :AI<CR>
To customize and re-use prompts it is useful to put some context to the language model. You can do it with prepending text to `:AI` command.
```vim
-# key binding with custom context
+" key binding with custom context
vnoremap <leader>s :AI fix grammar and spelling and use formal language<CR>
nnoremap <leader>s :AI fix grammar and spelling and use formal language<CR>
-# command with custom context
+" command with custom context
command! -range -nargs=? AICode <line1>,<line2>call AIRun("Programming syntax is " . &filetype, <f-args>)
```
## License