Fix typos (#20)

This commit is contained in:
Marcel 2021-07-31 12:58:26 +02:00 committed by GitHub
parent 63a0a3d840
commit f931627c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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` | `<empty>` | `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` | `<empty>` | `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) |
| `PASTY_STORAGE_S3_BUCKET` | `pasty` | `string` | Defines the name of the S3 bucket (has to be created before setup) |