From 771ec3305eefe657d4c26dfcef1be712fbc166bc Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 29 Dec 2018 11:17:00 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a04e5..f7b2967 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Table of contents - [New API system](/rtfm/API.md). Only single file uploads now via /api/upload.php (POST var name is "file"). [read more..](/rtfm/API.md) - Data directory renamed from ```upload``` to ```data``` -- Backblaze support dropped for now because we didn't need it anymore as ALT_FOLDER is more flexible. If soneone needs it, it can easily be implemented via adding a new storage controller. We're happy to accept pull requests +- Backblaze support dropped for now because we didn't need it anymore as ALT_FOLDER is more flexible. If someone needs it, it can easily be implemented via adding a new storage controller. We're happy to accept pull requests - Dropped support for legacy URLs (/thumbs/1024x768_d8c01b45a6.png cant be used anymore, should be /1024x768/d8c01b45a6.png) # Features