From db7f05736dedfd5c8596b56bef1c70ece14eda9f Mon Sep 17 00:00:00 2001 From: Jarrett Keifer Date: Sat, 12 Aug 2023 12:08:31 -0700 Subject: [PATCH] README: fix wrong codeblock format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ff847..52d77f3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ INSTALLED_APPS = ( 2. In return, the server will respond with the `url` of the upload, and the current `offset`. Example: - ```json + ```python { 'id': 'f64ebd67-83a3-45b6-8acd-c749ea1ed4cd' 'url': 'https://your-host//f64ebd67-83a3-45b6-8acd-c749ea1ed4cd',