diff --git a/README.md b/README.md index f62c1bb..6f1d80d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# reddit-riddle +# riddle.py [![CodeFactor](https://www.codefactor.io/repository/github/trivernis/reddit-riddle/badge)](https://www.codefactor.io/repository/github/trivernis/reddit-riddle) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0) This is a script for downloading images (or other media) from reddit subreddits. diff --git a/riddle.py b/riddle.py index 3445a1b..dd94f17 100644 --- a/riddle.py +++ b/riddle.py @@ -191,5 +191,5 @@ def main(): if __name__ == '__main__': - print('\n--- riddle.py reddit-downloader by u/Trivernis ---\n') + print('\n--- riddle.py reddit downloader by u/Trivernis ---\n') main()