Skip to content

Commit

Permalink
Update packages/disploy/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jul 15, 2023
1 parent 814d3b7 commit ce7d27b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/disploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://vercel.com/?utm_source=disploy&utm_campaign=oss"><img src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" alt="Vercel" /></a>
</p>
<h3>
Visit <a href="https://disploy.dev">disploy.dev</a> to get started!
Visit <a href="https://disploy.dev">disploy.dev</a> for a detailed guide!
</h3>
<br />
<p>
Expand Down Expand Up @@ -64,17 +64,14 @@ export const ExampleApp = new App({
logger: {
debug: true,
},
commands,
});

ExampleApp.start({
clientId,
token,
publicKey,
});

for (const command of commands) {
ExampleApp.commands.registerCommand(command);
}
```

Setting up an array of commands:
Expand Down

0 comments on commit ce7d27b

Please sign in to comment.