Skip to content

Commit

Permalink
chore: correct docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Oct 20, 2024
1 parent a6d165a commit 4919416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/getting-started/basic-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import HelloCommand from './commands/hello'
const handle = createHandle((env) => {
const client = new Client(
{ ... },
[HelloCommand]
[new HelloCommand()]
)
return [client]
})
Expand Down

0 comments on commit 4919416

Please sign in to comment.