single character change

This commit is contained in:
Sami Salkosuo 2020-04-14 14:54:43 +03:00
parent 76cad0a25b
commit 8d9117fbed

View File

@ -14,7 +14,7 @@ FFMPEG API is provided as Docker image for easy consumption.
* `POST /mp3` - Convert audio file in request body to mp3 * `POST /mp3` - Convert audio file in request body to mp3
* `POST /mp4` - Convert video file in request body to mp4 * `POST /mp4` - Convert video file in request body to mp4
* `POST /jpg` - Convert image file to jpg * `POST /jpg` - Convert image file to jpg
* `GET /' - API Readme * `GET /` - API Readme
== Usage == Usage