From eec83518ad37428874ac205dc0425dce9f2c90d1 Mon Sep 17 00:00:00 2001 From: Lukas SP Date: Mon, 24 Aug 2020 18:06:14 +0200 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b93770c..2f21d1a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Pasty is a fast and lightweight code pasting server ## General environment variables | Environment Variable | Default Value | Type | Description | |-------------------------------|---------------|----------|-------------------------------------------------------------------------------------------------------------| -| `PASTY_WEB_ADDRESS` | `:8080` | `string` | Defines the address the webs erver listens to | +| `PASTY_WEB_ADDRESS` | `:8080` | `string` | Defines the address the web server listens to | | `PASTY_STORAGE_TYPE` | `file` | `string` | Defines the storage type the pastes are saved to | | `PASTY_HASTEBIN_SUPPORT` | `false` | `bool` | Defines whether or not the `POST /documents` endpoint should be enabled, as known from the hastebin servers | | `PASTY_DELETION_TOKEN_LENGTH` | `12` | `number` | Defines the length of the deletion token of a paste | @@ -17,7 +17,7 @@ Every single one of them has its own configuration variables: ### File (`file`) | Environment Variable | Default Value | Type | Description | |---------------------------|---------------|----------|-----------------------------------------------------------| -| `PASTY_STORAGE_FILE_PATH` | `./data` | `string` | Defines the file path the paste files are being stored to | +| `PASTY_STORAGE_FILE_PATH` | `./data` | `string` | Defines the file path the paste files are being saved to | ### S3 (`s3`) | Environment Variable | Default Value | Type | Description |