diff --git a/README.md b/README.md
index b427e5e..aaba3a5 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ There are a few configuration steps to setting up VulnWhisperer:
* Import ElasticSearch Templates
* Import Kibana Dashboards
-example.ini file
+frameworks_example.ini file

@@ -171,9 +171,9 @@ There are a few configuration steps to setting up VulnWhisperer:
To run, fill out the configuration file with your vulnerability scanner settings. Then you can execute from the command line.
```python
-vuln_whisperer -c configs/example.ini -s nessus
+vuln_whisperer -c configs/frameworks_example.ini -s nessus
or
-vuln_whisperer -c configs/example.ini -s qualys
+vuln_whisperer -c configs/frameworks_example.ini -s qualys
```
