Skip to content

Commit

Permalink
docs: correct misplaced paren (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-dot-earth authored Sep 3, 2024
1 parent fcbe61f commit d754a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ return {
formatting = {
format = require("lspkind").cmp_format({
before = require("tailwind-tools.cmp").lspkind_format
},
})
}),
},
}
end
end,
},
```

Expand Down

0 comments on commit d754a6a

Please sign in to comment.