From 92da2e3c0b409f80780b8de51fe89de8e484822a Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Wed, 11 Feb 2015 18:02:04 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 932fa73..f645aed 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,6 @@ Proper design, commit new design and updated code (when finished, in preview pha Putting anything into POST value 'randomname' will cause it to return a random filename + ext (xxxxxx.ext). Putting a custom name into POST value 'name' will cause it to return a custom filename (yourpick.ext). + + +This will probably get changed later since it's messy and unpractical.