diff --git a/README.md b/README.md
index ec69d50..fc1e713 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-

+
FindMy.py
@@ -29,17 +29,10 @@ _Query Apple's FindMy network with Python!_
The current "Find My-scene" is quite fragmented, with code
being all over the place across multiple repositories,
-written by [several authors](#Credits). This project aims to
-unify this scene, providing common building blocks for any
-application wishing to integrate with the Find My network.
-
-> [!IMPORTANT]
-> This project is currently in Alpha. While existing functionality
-> will likely not change much, the API design is subject to change
-> without prior warning.
->
-> You are encouraged to report any issues you can find on the
-> [issue tracker](https://github.com/malmeloo/FindMy.py/issues/)!
+written by [several authors](#-credits). This makes it hard to
+integrate FindMy functionality with your project. FindMy.py
+aims to make it easy for you to query the location of your
+AirTags, iDevices and DIY tags with an easy to use Python library.
## 🧪 Features
diff --git a/pyproject.toml b/pyproject.toml
index dce585d..a86a84e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "FindMy"
version = "0.9.0"
-description = "Everything you need to work with Apple's Find My network!"
+description = "Query the location of your FindMy devices with Python!"
readme = "README.md"
authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }]
license-files = ["LICENSE.md"]