From 4aeb2d2cd82de6d7d4e0a3b9511ecee7ae896431 Mon Sep 17 00:00:00 2001 From: pizzapim Date: Wed, 1 Sep 2021 12:21:02 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e65a69..9ccade6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Matrix homeserver +# Architex -This is my attempt at creating a Matrix homeserver in Elixir. -Currently it is in a very early stage. +A Matrix homeserver written in Elixir. +Currently, this project is in a very early stage. ## Noteworthy contributions -* `lib/matrix_server/state_resolution.ex`: Implementation of version 2 of the Matrix state resolution algorithm. -* `lib/matrix_server/state_resolution/authorization.ex`: Implementation of authorization rules for the state resolution algorithm. -* `lib/matrix_server/room_server.ex`: A GenServer that holds and manages the state of a room. +* `lib/architex/state_resolution.ex`: Implementation of version 2 of the Matrix state resolution algorithm. +* `lib/architex/state_resolution/authorization.ex`: Implementation of authorization rules for the state resolution algorithm. +* `lib/architex/room_server.ex`: A GenServer that holds and manages the state of a room. ## Dependencies