From 478f7d33d227d1a5e60bdddf849ef14d3038b1b3 Mon Sep 17 00:00:00 2001 From: Moon Man Date: Sun, 21 Jan 2024 09:10:30 -0500 Subject: [PATCH] added episode number to filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f779c11..140117f 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ be: whatever1.mp4 where whatever can be anything, and 1 is the episode number. Your file will be copied to the new location. ```shell -./publish.sh some_mp4_file_somewhere.mp4 "Here is a description of this episode" +./publish.sh some_mp4_file_somewhere1.mp4 "Here is a description of this episode" ``` \ No newline at end of file