Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<img alt="MIT License" src="media/light_license.svg" />
</picture>
</a>
<a href="https://join.slack.com/t/stagehand-dev/shared_invite/zt-38khc8iv5-T2acb50_0OILUaX7lxeBOg">
<a href="https://stagehand-dev.slack.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="media/dark_slack.svg" />
<img alt="Slack Community" src="media/light_slack.svg" />
Expand Down Expand Up @@ -65,7 +65,7 @@ Most existing browser automation tools either require you to write low-level cod

## Getting Started

Start with Stagehand with one line of code, or check out our [Quickstart Guide](https://docs.stagehand.dev/get_started/quickstart) for more information:
Start with Stagehand with one line of code, or check out our [Quickstart Guide](https://docs.stagehand.dev/v3/first-steps/quickstart) for more information:

```bash
npx create-browser-app
Expand Down Expand Up @@ -122,9 +122,8 @@ nano .env # Edit the .env file to add API keys
## Contributing

> [!NOTE]
> We highly value contributions to Stagehand! For questions or support, please join our [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-38khc8iv5-T2acb50_0OILUaX7lxeBOg).

At a high level, we're focused on improving reliability, speed, and cost in that order of priority. If you're interested in contributing, we strongly recommend reaching out to [Miguel Gonzalez](https://x.com/miguel_gonzf) or [Paul Klein](https://x.com/pk_iv) in our [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-38khc8iv5-T2acb50_0OILUaX7lxeBOg) before starting to ensure that your contribution aligns with our goals.
> We highly value contributions to Stagehand! For questions or support, please join our [Slack community](https://stagehand-dev.slack.com) or [Discord](https://discord.com/invite/stagehand).
At a high level, we're focused on improving reliability, speed, and cost in that order of priority. If you're interested in contributing, we strongly recommend reaching out to [Miguel Gonzalez](https://x.com/miguel_gonzf) or [Paul Klein](https://x.com/pk_iv) in our [Slack community](https://stagehand-dev.slack.com) before starting to ensure that your contribution aligns with our goals.

<!-- For more information, please see our [Contributing Guide](https://docs.stagehand.dev/examples/contributing). -->

Expand Down