Skip to content

Commit

Permalink
docs: fix error in config
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 15, 2024
1 parent 8b5ed29 commit 450f3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ require("codecompanion").setup({
actions = {
{
name = "My new action",
strategy = "chat"
strategy = "chat",
description = "Some cool action you can do",
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/codecompanion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ You may add your own actions into the palette by altering your configuration:
actions = {
{
name = "My new action",
strategy = "chat"
strategy = "chat",
description = "Some cool action you can do",
}
}
Expand Down

0 comments on commit 450f3b7

Please sign in to comment.