From f931627c77be1ecd1247553312c00a883115d01b Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 31 Jul 2021 12:58:26 +0200 Subject: [PATCH] Fix typos (#20) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0980ab2..48af4d8 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Pasty is a fast and lightweight code pasting server ## Support As pasty is an open source project on GitHub you can open an [issue](https://github.com/lus/pasty/issues) whenever you encounter a problem or feature request. -However, it may be annoying to open an issue just to ask a simple question about pastys functionalities, get help with the the installation process or mention something about the hosted version. +However, it may be annoying to open an issue just to ask a simple question about pastys functionalities, get help with the installation process or mention something about the hosted version. This is why I created a simple [Discord server](https://go.lus.pm/discord) you may want to join to get an answer to stuff like that pretty quickly. ## Disclaimer -The pasty web frontend comes with some service-related links in it (Discord server). Of course you are allowed to remove these references. +The pasty web frontend comes with some service-related links in it (Discord server). Of course, you are allowed to remove these references. However, a small reference to pasty would be nice ^^. ## Installation @@ -140,4 +140,4 @@ Every single one of them has its own configuration variables: | `PASTY_STORAGE_S3_SECRET_TOKEN` | `` | `string` | Defines the session token to use for the S3 storage (may be left empty in the most cases) | | `PASTY_STORAGE_S3_SECURE` | `true` | `bool` | Defines whether or not SSL should be used for the S3 connection | | `PASTY_STORAGE_S3_REGION` | `` | `string` | Defines the region of the S3 storage | -| `PASTY_STORAGE_S3_BUCKET` | `pasty` | `string` | Defines the name of the S3 bucket (has to be created before setup) | \ No newline at end of file +| `PASTY_STORAGE_S3_BUCKET` | `pasty` | `string` | Defines the name of the S3 bucket (has to be created before setup) |