Skip to content

Commit

Permalink
Merge pull request #44 from rafaeldelboni/patch-1
Browse files Browse the repository at this point in the history
docs: fix api documentation for wrap form
  • Loading branch information
armed authored Oct 15, 2023
2 parents 2f117b3 + 6272435 commit cf06d45
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 @@ -333,7 +333,7 @@ Cursor api `paredit.cursor`

Require api module:
```lua
local paredit = require("nvim-paredit.api")
local paredit = require("nvim-paredit")
```
Add following keybindings to config:
```lua
Expand Down

0 comments on commit cf06d45

Please sign in to comment.