Skip to content

Commit

Permalink
Fix README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen authored and glacambre committed Aug 18, 2023
1 parent 1acdf02 commit 138424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Since Firenvim simply uses the BufWrite event in order to detect when it needs t

```lua
vim.api.nvim_create_autocmd({'TextChanged', 'TextChangedI'}, {
nested = true
nested = true,
command = "write"
})
```
Expand Down

0 comments on commit 138424d

Please sign in to comment.