Skip to content

Commit 84b5388

Browse files
authored
Merge pull request #26 from harmonwood/fluent_setter_docs
Fluent documentation typo.
2 parents 9a97fe7 + 65567b9 commit 84b5388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ To enable fluent setters add either of these lines to your `~/.vimrc` file
6363
" default is 0 -- disabled
6464
6565
" to enable for all setters
66-
let g:vim_php_refactoring_fluent_setter = 1
66+
let g:vim_php_refactoring_make_setter_fluent = 1
6767
6868
" to enable but be prompted when creating the setter
69-
let g:vim_php_refactoring_fluent_setter = 2
69+
let g:vim_php_refactoring_make_setter_fluent = 2
7070
```
7171

7272

0 commit comments

Comments
 (0)