Procházet zdrojové kódy

Fixed missing close parens in README.md

master
Said Achmiz před 4 roky
rodič
revize
ff103ffecf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor



## Usage ## 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. 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.



Načítá se…
Zrušit
Uložit