aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80470fe..fe8312d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ a simple "load testing" *not-really-a-framework* framework built on top of [Pyth
`config.py` is straight-forward and has everything.
-it's also designed to make it easy to add your own "scraping" or page navigation logic during the load test — copy scenarios/example.py, name it something relevant, subclass `BaseScenario`, override the `run()` method, and you're good to go.
+it's also designed to make it easy to add your own "scraping" or page navigation logic during the load test — copy `scenarios/example.py`, name the new file something relevant, go ahead and subclass `BaseScenario`, override the `run()` method, and you're good to go.
## deps