diff --git a/README.md b/README.md index 3f1ab3f4..302227e8 100644 --- a/README.md +++ b/README.md @@ -160,12 +160,12 @@ Federation happens through two tables, `inbox` and `outbox`. Both contain [Activ `inbox` contains activities by users on other servers, while `outbox` contains activities of local users. ``` - ┏━━━━━━━━━━━━━━━━━┓ - ┃ gemini.Listener ┃ - ┗━━━━━━━━┳━━━━━━━━┛ - ┏━━━━━━━━┻━━━━━━━━┓ - ┃ front.Handler ┃ - ┗━━━━━┳━━━━━━━━━━━┛ + ┏━━━━━━━━━━━━━━━━━┓ + ┃ gemini.Listener ┃ + ┗━━━━━━━━┳━━━━━━━━┛ + ┏━━━━━━━┻━━━━━━━━━┓ + ┃ front.Handler ┃ + ┗━━━━━━━━┳━━━━━━━━┛ ┌───────┐ ┌────────┐ ┌────┸────┐ ┌─────────┐ ┌────────┐ ┌────────┐ │ notes │ │ shares │ │ persons │ │ follows │ │ outbox │ │ inbox │ ├───────┤ ├────────┤ ├─────────┤ ├─────────┤ ├────────┤ ├────────┤