diff --git a/README.md b/README.md
index f6ed247f..93891d48 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
-Databag is a selfhosted messaging service. Notable features include:
+Databag is a selfhosted messaging service designed to consume minimal resources on the host system and network. Notable features include:
- Decentralized (direct communication between app and server node)
- Federated (accounts on different nodes can communicate)
- Public-Private key based identity (not bound to any blockchain or hosting domain)
@@ -46,10 +46,6 @@ Databag is a selfhosted messaging service. Notable features include:
The app is available on fdroid as well as the google and apple stores. You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.
-## Project Goal
-
-Databag is a decentralized communication platform for everyone. It aims to bridge the knowledge gap in the self-hosting community by supporting any homelab setup as well as consumer electronics and thereby making it available to the average non-technical person. The hope is to one day be able to buy an inexpensive device like a router from a store and start self-hosting your communication without any other technical knowledge. While self-hosting provides the most control and legal protections for your data, people may also choose to use cloud hosting services when otherwise not possible and participate in the same federated network.
-
## Installation
To use databag, you will need a DNS name pointing to your node with a certificate. You can deploy a node manually, but you will have a much easier time using a container service. Containers for arm64 and amd64 are available [here](https://hub.docker.com/r/balzack/databag/tags).