Fix typo in readme

This commit is contained in:
Pim Kunis 2021-08-05 11:32:37 +00:00 committed by GitHub
parent 38af22fea6
commit 11c87a7089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ Some noteworthy contributions:
* `lib/matrix_server/state_resolution/authorization.ex`: Implementation of authorization rules for the 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/matrix_server/room_server.ex`: A GenServer that holds and manages the state of a room.
Generate the server's ed25510 keys by executing `ssh-keygen -t ed25519 -f keys/id_ed25519 -N ""` Generate the server's ed25519 keys by executing `ssh-keygen -t ed25519 -f keys/id_ed25519 -N ""`
Dependencies: Dependencies: