From e992a1d07fb607a4eb892cf4a1dd97a37bba3b2a Mon Sep 17 00:00:00 2001 From: Daniel Dizdarevic Date: Fri, 26 Jan 2024 10:50:13 +0100 Subject: [PATCH] Fix some terms and typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cc39c7..128bc36 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ An initial setup command is required to initialize the database and configuratio Once the snap is set up, an administrator account with a randomly generated password can be created using the `tootctl` command: - sudo mastodon-server.tootctl accounts create administrator --email admin@examle.com --role Owner --confirmed + sudo mastodon-server.tootctl accounts create administrator --email admin@example.com --role Owner --confirmed > Note: Be patient, the creation of an account takes some time. @@ -104,7 +104,7 @@ The following settings are available: | Key | Values | Default value | Description | |----------------------|-------------------------------|------------------------|-----------------------------------------------------------------------| | `domain` | valid FQDN | | FQDN of the Mastodon instance | -| `email` | valid e-mail | | E-mail address of the owner of the mastodon instance | +| `email` | valid e-mail | | E-mail address of the owner of the Mastodon instance | | `ports.http` | 0 to 65353 | 80 | HTTP port | | `ports.https` | 0 to 65353 | 443 | HTTPS port | | `acme.server` | letsencrypt, zerossl | letsencrypt | CA used for acquiring an SSL certificate | @@ -193,7 +193,7 @@ The [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket }, "Effect": "Allow", "Action": "s3:GetObject", - "Resource": "arn:aws:s3:::mastodon-snap/*" + "Resource": "arn:aws:s3:::mastodon-server/*" } ] }