diff --git a/README.md b/README.md index 28d8662f455b3995e3849136cda8a20ae3d62a5c..1495f6b8a55b3630be034ce6d5181e5e99246a3d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The application is written for python 3 specifically, it may not work with pytho apex.cfg.example file over to apex.cfg in the same directory, then edit the file and replace it with your details. Next just run the application with the following command. - python ./comterminal.py + python ./apex.py There isnt much to the application right now, so thats all you should need to run it. Digipeating will occur automatically and respond to the WIDEN-n paradigm as well as your own callsign. Cross-band repeating is enabled right diff --git a/comterminal.py b/apex.py similarity index 100% rename from comterminal.py rename to apex.py