diff --git a/README.md b/README.md index bd0a217..53cf8f4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project is intended to allow users in discord to be able to listen to their ## Setup 1. Install Python 3.X -2. Install the pip packages found in the 'Requirements.txt' file +2. Install the pip packages found in the ```Requirements.txt``` file 3. Run ```main.py``` with Python 4. Follow the prompts in the terminal @@ -16,6 +16,7 @@ To change the audio source, simply delete the ```config.ini``` that was generate It will re-do the setup and allow you to select a new device. ### To-Do -- Interact with soapysdr directly from the bot - - Allow chat interaction with soapysdr -- Transcode radio transmissions to text +- [x] Move cogs to their own files +- [ ] Interact with soapysdr directly from the bot + - [ ] Allow chat interaction with soapysdr +- [ ] Transcode radio transmissions to text