浏览代码

Fixed missing close parens in README.md

master
Said Achmiz 3 年前
父节点
当前提交
ff103ffecf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
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.


正在加载...
取消
保存