From ff103ffecfb901e66364e5c347aae8bae049e53b Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Wed, 2 Feb 2022 04:37:07 -0500 Subject: [PATCH] Fixed missing close parens in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abb48a..3283fc2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rename `_htaccess` to `.htaccess`. Replace the placeholder URLs and file paths i ## Usage -Post textfiles by sending a POST request to `/textfiles/textfiles.php`, with two parameters: `f` (whose value should be the contents of the textfile) and `p` (whose value should be the API key you’ve defined in `textfiles.php`. +Post textfiles by sending a POST request to `/textfiles/textfiles.php`, with two parameters: `f` (whose value should be the contents of the textfile) and `p` (whose value should be the API key you’ve defined in `textfiles.php`). The response to the POST request will contain the URL of the newly-created paste. You can append `/raw` to that URL to view the raw text of the paste.