From 5d945d729b6e98c9418ff8c8bb835f7d9df8806f Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sun, 8 Mar 2020 17:27:15 -0400 Subject: [PATCH] hotfix to readme formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93c459d..893e11c 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,12 @@ You can use the internal API on your server to run downloads on your instance wi #### Downloading audio files `curl -XPOST -H "Content-type: application/json" -d '{"url": ""}' 'http://localhost:17442/api/tomp3'` + Remember to replace `` with the actual URL. #### Downloading video files `curl -XPOST -H "Content-type: application/json" -d '{"url": ""}' 'http://localhost:17442/api/tomp4'` + Remember to replace `` with the actual URL. ## Contributing