Skip to content

Commit 2c3f654

Browse files
dvicmhanberg
andauthored
docs: update README.md (#110)
Co-authored-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
1 parent 8363735 commit 2c3f654

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 @@ elixir.setup {
9494
credo = {
9595
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`
9696
cmd = "path/to/credo-language-server", -- path to the executable. mutually exclusive with `port`
97-
version = "0.1.0-rc.1", -- version of credo-language-server to install and use. defaults to 0.0.5
97+
version = "0.1.0-rc.2", -- version of credo-language-server to install and use. defaults to 0.0.5
9898
on_attach = function(client, bufnr)
9999
-- custom keybinds
100100
end

0 commit comments

Comments
 (0)