Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.js #383

Merged
merged 2 commits into from Jul 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Expand Up @@ -14,15 +14,15 @@ function Hero() {
<div className={clsx(styles.relative, 'row')}>
<div className="col">
<h1 className={styles.tagline}>
Apify command-line interface (Apify CLI)
Apify command-line interface (CLI)
</h1>
</div>
</div>
<div className="row">
<div className="col">
<h2></h2>
<h2>
Create, develop, build, and run <a href="https://docs.apify.com/actors">Apify actors</a> from
Create, develop, build, and run Apify <a href="https://docs.apify.com/actors">Actors</a> from
barjin marked this conversation as resolved.
Show resolved Hide resolved
your terminal. Manage the Apify platform from shell scripts.
</h2>
</div>
Expand Down