From c5368a395d1a956ceb56581595fce830def46f06 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Sat, 9 Nov 2019 23:32:21 +0300 Subject: [PATCH] readme: remove unnecessary heading --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 11e3fc629..fd3d50150 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Pleroma -## About Pleroma Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed. Pleroma is written in Elixir and uses PostgresSQL for data storage. It's efficient enough to be ran on low-power devices like Raspberry Pi (though we wouldn't recommend storing the database on the internal SD card ;) but can scale well when ran on more powerful hardware (albeit only single-node for now).