diff --git a/README.md b/README.md index af9995c..6586dc3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains two Python scripts that allow you to retrieve network l image -These scripts have been tested on MacOS and Linux. +These scripts have been tested on MacOS, FreeBSD and Linux. ## Prerequisites @@ -62,7 +62,7 @@ These scripts have been tested on MacOS and Linux. 1. Run the script with a file containing a list of network names as an argument: ```bash - ./network_list_from_netname.py files/blacklist4.txt + ./network_list_from_netname.py lists/run-gov-netnames.txt ``` 2. Run the script with a URL to a file in a GitHub repository as an argument: diff --git a/files/blacklist4.txt b/lists/run-gov-netnames.txt similarity index 100% rename from files/blacklist4.txt rename to lists/run-gov-netnames.txt