Skip to content

Commit f4f8dee

Browse files
authored
Fix neoformat example in README.md (#74)
1 parent 2c28c70 commit f4f8dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To enable automatic formatting of the buffer on save, enable `purescript-fmt-on-
9494
Add to your other fixers `.vimrc` or `$XDG_CONFIG_HOME/neovim/init.vim`
9595

9696
```viml
97-
let b:ale_fixers = { 'purescript': [ 'purs-tidy' ] }
97+
let b:ale_fixers = { 'purescript': [ 'purstidy' ] }
9898
" suggested to fix on save
9999
let g:ale_fix_on_save = 1
100100
```

0 commit comments

Comments
 (0)