Update README.md

This commit is contained in:
nokonoko 2020-11-18 14:01:27 +01:00
parent d501210d95
commit 36cfd3b8e8
1 changed files with 3 additions and 1 deletions

View File

@ -122,7 +122,9 @@ I won't cover settings everything up, however do NOT allow PHP scripts to be exe
## API
To upload using curl or make a tool you can post using:
`curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload.php (JSON Response)`
```
curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload.php (JSON Response)
```
## Getting help