Quellcode durchsuchen

formatting and one typo in readme

Jesse Strickland vor 1 Monat
Ursprung
Commit
386127cfe0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -47,7 +47,7 @@ The program is designed for workflows where files accumulate in a local director
 
 ### Running
 ```bash
-python sermon_archiver.py
+python data_archiver.py
 ```
 
 ---
@@ -65,4 +65,4 @@ For example:
 source_dir=C:\Recordings
 dest_dir=E:\
 extensions=.mp4,.mov,.avi,.mp3,.wav
-
+```