From 292280bfd5314aa265ab969f74992a34b86efba1 Mon Sep 17 00:00:00 2001 From: Lior Balmas Date: Sat, 9 May 2026 22:43:36 +0300 Subject: [PATCH] Fix media category README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a631851..7dbf9b6 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ You can also use the main command with the `-F` flag for direct media uploads: 1. First, initialize the upload: ```bash -xurl -X POST '/2/media/upload?command=INIT&total_bytes=FILE_SIZE&media_type=video/mp4&media_catefory=tweet_video' +xurl -X POST '/2/media/upload?command=INIT&total_bytes=FILE_SIZE&media_type=video/mp4&media_category=tweet_video' ``` 2. Then, append the media chunks: