Skip to content

Commit

Permalink
update: README.md and improve user experience (#103)
Browse files Browse the repository at this point in the history
Update packages/disploy/README.md

Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
  • Loading branch information
sweep-ai[bot] authored Jul 16, 2023
1 parent 814d3b7 commit 78c9477
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

1 comment on commit 78c9477

@vercel
Copy link

@vercel vercel bot commented on 78c9477 Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.