diff --git a/README.md b/README.md
index 2c4eac26..5fc33ae1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
## Shorebird 🐦
-
+Shorebird is now 1.0! 🎉
+https://shorebird.dev/blogs/1.0/
-[](https://discord.gg/shorebird)
+[](https://discord.gg/shorebird)
[](https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml)
[](https://github.com/shorebirdtech/shorebird/actions/workflows/e2e.yaml)
@@ -10,8 +11,6 @@
[](./LICENSE-MIT)
[](./LICENSE-APACHE)
-Home of the Shorebird Tools
-
## Getting Started
Visit https://docs.shorebird.dev to get started.
@@ -40,10 +39,9 @@ If you're interested in contributing, please join us on
### Environment setup
-Working on Shorebird requires Dart and Rust.
+Working on Shorebird requires Dart.
-Once both are installed, `./scripts/bootstrap.sh` will run `pub get` all
-packages in the repository.
+`./scripts/bootstrap.sh` will run `pub get` all packages in the repository.
### Running tests