diff --git a/README.md b/README.md
index b1e568ec61a57388621973d655affc264dd90d7b..94da354c9b374f0a1b1f27f7b93ee429632684ea 100644
--- a/README.md
+++ b/README.md
@@ -8,5 +8,9 @@ Please [introduce yourself] and provide a pull request adding your available `/l
 
 For more information on the `librehost.json` format and schema see https://lab.libreho.st/librehosters/librehost-api
 
+## Add entry to directory.json
+
+Please make sure that you add your new entry in alphabetical order to avoid merge conflicts.
+
 [introduce yourself]: https://talk.libreho.st/t/introductions/29
 [librehosters network]: https://talk.libreho.st/group/network
diff --git a/directory.json b/directory.json
index 924f3257c2fe9ca60f1c4b1096dfab72f13956a3..3cb0d7bdf2d27c27885e52398aafca735ce039a8 100644
--- a/directory.json
+++ b/directory.json
@@ -1,12 +1,12 @@
 {
-"weho.st" : "https://weho.st/librehost.json",
-"Petites Singularités" : "https://ps.lesoiseaux.io/librehost.json",
-"lain haus" : "https://lain.haus/librehost.json",
-"Indie.Host" : "https://indie.host/librehost.json",
 "aktivix.org" : "https://aktivix.org/librehost.json",
-"Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json",
+"Disroot.org" : "https://disroot.org/librehost/librehost.json",
 "hackerspaces.be" : "https://hackerspaces.be/librehost.json",
-"snopyta.org" : "https://snopyta.org/librehost.json",
+"Indie.Host" : "https://indie.host/librehost.json",
+"lain haus" : "https://lain.haus/librehost.json",
 "LibreOps" : "https://libreops.cc/librehost.json",
-"Disroot.org" : "https://disroot.org/librehost/librehost.json"
+"Petites Singularités" : "https://ps.lesoiseaux.io/librehost.json",
+"snopyta.org" : "https://snopyta.org/librehost.json",
+"Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json",
+"weho.st" : "https://weho.st/librehost.json"
 }